Skip to content

Commit

Permalink
test CI - remove invalid skip_check step id
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault authored Oct 12, 2024
1 parent 334b3a1 commit fe60336
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
outputs:
should_skip: ${{ steps.skip_duplicate.outputs.should_skip && ! contains(github.ref, 'refs/tags') && ! contains(github.ref, 'refs/heads/master') }}
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@master
- uses: fkirc/skip-duplicate-actions@master
with:
concurrent_skipping: "same_content_newer"
skip_after_successful_duplicate: "true"
Expand Down

0 comments on commit fe60336

Please sign in to comment.