diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f9ae7f05a..b9a7d8ea9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,7 +4,6 @@ on: push: branches: [main] pull_request: - branches: [main] jobs: lint: diff --git a/.github/workflows/pr-test-extra.yml b/.github/workflows/pr-test-extra.yml index 71d42c11e..37476365d 100644 --- a/.github/workflows/pr-test-extra.yml +++ b/.github/workflows/pr-test-extra.yml @@ -15,7 +15,6 @@ name: PR Test Extra on: pull_request: - branches: [main] # `labeled` lets the workflow re-fire when `run-ci-extra` (or `run-ci`) # is added after the latest push — otherwise GHA leaves the stale # skipped run in place and there's no way to enable extra without diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 3dee8e82d..18bed3548 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -11,7 +11,6 @@ on: schedule: - cron: '0 11,23 * * *' # Run 2x daily, 12h apart, off PR-push peaks pull_request: - branches: [main] workflow_dispatch: inputs: force_continue_on_error: