Skip to content

Commit

Permalink
adjust github ci skip to 'same_content_newer' (relates to fkirc/skip-…
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Mar 27, 2024
1 parent 45ef251 commit 3731991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- id: skip_check
uses: fkirc/skip-duplicate-actions@master
with:
concurrent_skipping: "same_content"
concurrent_skipping: "same_content_newer"
skip_after_successful_duplicate: "true"
do_not_skip: '["pull_request", "workflow_dispatch", "schedule", "release"]'

Expand Down

0 comments on commit 3731991

Please sign in to comment.