Allow PR test and lint workflows to trigger on non-main bases (#26721)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user