Skip to content

Commit

Permalink
CI: Disable buggy skipping of duplicate runs
Browse files Browse the repository at this point in the history
  • Loading branch information
fknorr committed Oct 11, 2022
1 parent 13a7988 commit 59e7d61
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/celerity_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ jobs:
- id: skip-check
uses: fkirc/[email protected]
with:
concurrent_skipping: "same_content_newer"
skip_after_successful_duplicate: "true"
paths_ignore: '["**/*.md", "docs/**", "website/**"]'
concurrent_skipping: "never"
skip_after_successful_duplicate: "false"
do_not_skip: '["workflow_dispatch", "schedule"]'
cancel_others: "true"

Expand Down

0 comments on commit 59e7d61

Please sign in to comment.