From f8a1c1f487da7847cbcae2ddafcd4718a2f1b478 Mon Sep 17 00:00:00 2001 From: zhulinJulia24 <145004780+zhulinJulia24@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:48:05 +0800 Subject: [PATCH] [CI] update (#1682) Co-authored-by: zhulin1 --- .github/workflows/pr-run-test.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/pr-run-test.yml b/.github/workflows/pr-run-test.yml index 054b2544..77cecb4b 100644 --- a/.github/workflows/pr-run-test.yml +++ b/.github/workflows/pr-run-test.yml @@ -10,17 +10,6 @@ on: - 'tools/**' workflow_dispatch: - inputs: - repo_org: - required: false - description: 'Tested repository organization name. Default is open-compass/opencompass' - type: string - default: 'open-compass/opencompass' - repo_ref: - required: false - description: 'Set branch or tag or commit id. Default is "main"' - type: string - default: 'main' schedule: - cron: '56 22 * * *' @@ -46,9 +35,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 - with: - repository: ${{ github.event.inputs.repo_org || 'open-compass/opencompass' }} - ref: ${{github.event.inputs.repo_ref || 'main'}} - name: Prepare - Install opencompass run: | . /cpfs01/shared/public/qa-llm-cicd/miniconda3/bin/activate