Skip to content

Commit 53bdced

Browse files
committed
run cases
1 parent f4328fa commit 53bdced

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e_test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
run: sudo git clean -ffdx
3131
- name: Clone repository
3232
uses: actions/checkout@v2
33-
with:
34-
repository: ${{ github.event.inputs.repo_org || 'InternLM/xtuner' }}
35-
ref: ${{github.event.inputs.repo_ref || 'main'}}
33+
#with:
34+
#repository: ${{ github.event.inputs.repo_org || 'InternLM/xtuner' }}
35+
#ref: ${{github.event.inputs.repo_ref || 'main'}}
3636
- name: run-test
3737
run: |
3838
source /mnt/shared-storage-user/opencompass-shared/qa-llm-cicd/miniconda3/bin/activate

0 commit comments

Comments
 (0)