Allow PR test and lint workflows to trigger on non-main bases (#26721)
This commit is contained in:
@@ -4,7 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ name: PR Test Extra
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
|
||||||
# `labeled` lets the workflow re-fire when `run-ci-extra` (or `run-ci`)
|
# `labeled` lets the workflow re-fire when `run-ci-extra` (or `run-ci`)
|
||||||
# is added after the latest push — otherwise GHA leaves the stale
|
# is added after the latest push — otherwise GHA leaves the stale
|
||||||
# skipped run in place and there's no way to enable extra without
|
# skipped run in place and there's no way to enable extra without
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '0 11,23 * * *' # Run 2x daily, 12h apart, off PR-push peaks
|
- cron: '0 11,23 * * *' # Run 2x daily, 12h apart, off PR-push peaks
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
force_continue_on_error:
|
force_continue_on_error:
|
||||||
|
|||||||
Reference in New Issue
Block a user