Skip to content

Commit 9c6c638

Browse files
committed
skip changes
1 parent facba5a commit 9c6c638

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on: # Rebuild any PRs and main branch changes
77
push:
88
branches:
99
- master
10-
workflow_dispatch:
1110

1211
jobs:
1312
build: # Make sure build/ci work properly
@@ -37,7 +36,6 @@ jobs:
3736
concurrent_skipping: 'never'
3837
skip_after_successful_duplicate: 'true'
3938
paths_ignore: '["**/README.md", "**/docs/**"]'
40-
do_not_skip: '["schedule"]'
4139

4240
- name: Print outputs
4341
run: |
@@ -102,7 +100,7 @@ jobs:
102100
cancel_others: 'true'
103101
concurrent_skipping: 'outdated_runs'
104102
skip_after_successful_duplicate: 'true'
105-
do_not_skip: '["pull_request", "schedule"]'
103+
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'
106104

107105
- name: Simulate task
108106
if: ${{ steps.skip_check.outputs.should_skip == 'false' }}

0 commit comments

Comments
 (0)