File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ on: # Rebuild any PRs and main branch changes
7
7
push :
8
8
branches :
9
9
- master
10
- workflow_dispatch :
11
10
12
11
jobs :
13
12
build : # Make sure build/ci work properly
37
36
concurrent_skipping : ' never'
38
37
skip_after_successful_duplicate : ' true'
39
38
paths_ignore : ' ["**/README.md", "**/docs/**"]'
40
- do_not_skip : ' ["schedule"]'
41
39
42
40
- name : Print outputs
43
41
run : |
@@ -102,7 +100,7 @@ jobs:
102
100
cancel_others : ' true'
103
101
concurrent_skipping : ' outdated_runs'
104
102
skip_after_successful_duplicate : ' true'
105
- do_not_skip : ' ["pull_request", "schedule"]'
103
+ do_not_skip : ' ["pull_request", "workflow_dispatch", " schedule"]'
106
104
107
105
- name : Simulate task
108
106
if : ${{ steps.skip_check.outputs.should_skip == 'false' }}
You can’t perform that action at this time.
0 commit comments