Skip to content

Commit

Permalink
Use same_content_newer for GH workflow skip detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Nephery committed Jul 29, 2024
1 parent 77a7339 commit 2cb8986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- id: skip_check
uses: fkirc/[email protected]
with:
concurrent_skipping: same_content
concurrent_skipping: same_content_newer
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'

build:
Expand Down

0 comments on commit 2cb8986

Please sign in to comment.