We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa0b4c commit 8e0ea3cCopy full SHA for 8e0ea3c
.github/workflows/nf-test.yml
@@ -105,7 +105,7 @@ jobs:
105
--dryRun \
106
--junitxml="TEST-${{ matrix.filter }}_${{ matrix.profile }}_${{ matrix.shard }}.xml" \
107
--shard ${{ matrix.shard }}/1 \
108
- --changed-since HEAD^ \
+ --changed-since main^ \
109
--follow-dependencies \
110
--profile "+${{ matrix.profile }}" \
111
--filter ${{ matrix.filter }} \
@@ -119,7 +119,7 @@ jobs:
119
--verbose \
120
121
122
123
124
125
--filter ${{ matrix.filter }}
0 commit comments