Skip to content

Commit 8e0ea3c

Browse files
committed
run tests based on changed since main^
1 parent dfa0b4c commit 8e0ea3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nf-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
--dryRun \
106106
--junitxml="TEST-${{ matrix.filter }}_${{ matrix.profile }}_${{ matrix.shard }}.xml" \
107107
--shard ${{ matrix.shard }}/1 \
108-
--changed-since HEAD^ \
108+
--changed-since main^ \
109109
--follow-dependencies \
110110
--profile "+${{ matrix.profile }}" \
111111
--filter ${{ matrix.filter }} \
@@ -119,7 +119,7 @@ jobs:
119119
--verbose \
120120
--junitxml="TEST-${{ matrix.filter }}_${{ matrix.profile }}_${{ matrix.shard }}.xml" \
121121
--shard ${{ matrix.shard }}/1 \
122-
--changed-since HEAD^ \
122+
--changed-since main^ \
123123
--follow-dependencies \
124124
--profile "+${{ matrix.profile }}" \
125125
--filter ${{ matrix.filter }}

0 commit comments

Comments
 (0)