Skip to content

Commit 87bf78b

Browse files
committed
Tweak github action used to detect changed paths on push/pull request
1 parent 86215ab commit 87bf78b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
uses: fkirc/skip-duplicate-actions@f75f66ce1886f00957d99748a42c724f4330bdcf
4141
with:
4242
cancel_others: true
43+
skip_after_successful_duplicate: false
44+
do_not_skip: [ "pull_request", "push", "workflow_dispatch" ]
4345
paths_filter: |
4446
extra_push:
4547
paths:

0 commit comments

Comments
 (0)