Skip to content

Commit 59e7d61

Browse files
committed
CI: Disable buggy skipping of duplicate runs
1 parent 13a7988 commit 59e7d61

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/celerity_ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ jobs:
3131
- id: skip-check
3232
uses: fkirc/[email protected]
3333
with:
34-
concurrent_skipping: "same_content_newer"
35-
skip_after_successful_duplicate: "true"
36-
paths_ignore: '["**/*.md", "docs/**", "website/**"]'
34+
concurrent_skipping: "never"
35+
skip_after_successful_duplicate: "false"
3736
do_not_skip: '["workflow_dispatch", "schedule"]'
3837
cancel_others: "true"
3938

0 commit comments

Comments
 (0)