Skip to content

Commit

Permalink
try same_content_newer
Browse files Browse the repository at this point in the history
  • Loading branch information
n3dst4 committed Jul 15, 2024
1 parent 3d7c30b commit 412187b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5.3.1
with:
concurrent_skipping: 'same_content'
concurrent_skipping: same_content_newer
# skip_after_successful_duplicate: 'true'
# paths_ignore: '["**/README.md", "**/docs/**"]'
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'
# do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'

ci-cd:
# annoyingly, reusable workflows have to be in .github/workflows, either of
Expand Down

0 comments on commit 412187b

Please sign in to comment.