Skip to content

Commit dbebb2a

Browse files
committed
Tweak github action used to detect changed paths on push/pull request
1 parent 20d0874 commit dbebb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
cancel_others: true
4343
skip_after_successful_duplicate: false
44-
do_not_skip: '[ "pull_request", "push", "workflow_dispatch" ]'
44+
#do_not_skip: '[ "pull_request", "push", "workflow_dispatch" ]'
4545
paths_filter: |
4646
extra_push:
4747
paths:

0 commit comments

Comments
 (0)