Skip to content

Commit

Permalink
skip changes
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed Sep 21, 2022
1 parent facba5a commit 9c6c638
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on: # Rebuild any PRs and main branch changes
push:
branches:
- master
workflow_dispatch:

jobs:
build: # Make sure build/ci work properly
Expand Down Expand Up @@ -37,7 +36,6 @@ jobs:
concurrent_skipping: 'never'
skip_after_successful_duplicate: 'true'
paths_ignore: '["**/README.md", "**/docs/**"]'
do_not_skip: '["schedule"]'

- name: Print outputs
run: |
Expand Down Expand Up @@ -102,7 +100,7 @@ jobs:
cancel_others: 'true'
concurrent_skipping: 'outdated_runs'
skip_after_successful_duplicate: 'true'
do_not_skip: '["pull_request", "schedule"]'
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'

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

0 comments on commit 9c6c638

Please sign in to comment.