We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186cdc9 commit c18453aCopy full SHA for c18453a
.github/workflows/ci.yaml
@@ -34,7 +34,7 @@ jobs:
34
uses: fkirc/skip-duplicate-actions@f75f66ce1886f00957d99748a42c724f4330bdcf # v5
35
with:
36
paths_ignore: '["**.md", "**.png", "**.jpg"]'
37
- do_not_skip: '["workflow_dispatch", "schedule", "push"]'
+ do_not_skip: '["workflow_dispatch", "schedule", "push", "merge_group"]'
38
concurrent_skipping: false
39
40
0 commit comments