diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 49452bd..550745d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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: | @@ -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' }}