Skip to content

Commit 5f364b0

Browse files
committed
gh-actions: set conformance test git target based upon CWL version
1 parent 9c5a17b commit 5f364b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
env:
204204
VERSION: ${{ matrix.cwl-version }}
205205
CONTAINER: ${{ matrix.container }}
206-
GIT_TARGET: main
206+
GIT_TARGET: ${{ matrix.cwl-version == 'v1.2' && '1.2.1_proposed' || 'main' }}
207207
CWLTOOL_OPTIONS: ${{ matrix.extras }}
208208
run: ./conformance-test.sh
209209
- name: Archive test results

0 commit comments

Comments
 (0)