We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4328fa commit 53bdcedCopy full SHA for 53bdced
.github/workflows/e2e_test.yaml
@@ -30,9 +30,9 @@ jobs:
30
run: sudo git clean -ffdx
31
- name: Clone repository
32
uses: actions/checkout@v2
33
- with:
34
- repository: ${{ github.event.inputs.repo_org || 'InternLM/xtuner' }}
35
- ref: ${{github.event.inputs.repo_ref || 'main'}}
+ #with:
+ #repository: ${{ github.event.inputs.repo_org || 'InternLM/xtuner' }}
+ #ref: ${{github.event.inputs.repo_ref || 'main'}}
36
- name: run-test
37
run: |
38
source /mnt/shared-storage-user/opencompass-shared/qa-llm-cicd/miniconda3/bin/activate
0 commit comments