File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 16
16
- id : skip_check
17
17
uses : fkirc/skip-duplicate-actions@master
18
18
with :
19
+ # All of these options are optional, so you can remove them if you are happy with the defaults
19
20
concurrent_skipping : ' never'
20
21
skip_after_successful_duplicate : ' true'
21
22
paths_ignore : ' ["**/README.md", "**/docs/**"]'
23
+ do_not_skip : ' ["pull_request", "workflow_dispatch", "schedule"]'
22
24
23
25
main_job :
24
26
needs : pre_job
Original file line number Diff line number Diff line change @@ -128,9 +128,11 @@ jobs:
128
128
- id : skip_check
129
129
uses : fkirc/skip-duplicate-actions@master
130
130
with :
131
+ # All of these options are optional, so you can remove them if you are happy with the defaults
131
132
concurrent_skipping : ' never'
132
133
skip_after_successful_duplicate : ' true'
133
134
paths_ignore : ' ["**/README.md", "**/docs/**"]'
135
+ do_not_skip : ' ["pull_request", "workflow_dispatch", "schedule"]'
134
136
135
137
main_job :
136
138
needs : pre_job
You can’t perform that action at this time.
0 commit comments