Skip to content

Commit

Permalink
ci: only-changed => changed-since
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Sep 30, 2024
1 parent 2516a34 commit 089f23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
--tap=test.tap \
--ci \
--verbose \
--only-changed \
--changed-since ${{ github.event.pull_request.head.sha | HEAD^ }} \
--shard ${{ matrix.shard }}/${{ env.TOTAL_SHARDS }} \
--filter ${{ matrix.filter }} \
--follow-dependencies
Expand Down

0 comments on commit 089f23f

Please sign in to comment.