Skip to content

Commit c18453a

Browse files
committed
don't skip merge_group
1 parent 186cdc9 commit c18453a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: fkirc/skip-duplicate-actions@f75f66ce1886f00957d99748a42c724f4330bdcf # v5
3535
with:
3636
paths_ignore: '["**.md", "**.png", "**.jpg"]'
37-
do_not_skip: '["workflow_dispatch", "schedule", "push"]'
37+
do_not_skip: '["workflow_dispatch", "schedule", "push", "merge_group"]'
3838
concurrent_skipping: false
3939

4040

0 commit comments

Comments
 (0)