Update cron schedule for PR test workflow (#21090)
This commit is contained in:
@@ -6,7 +6,7 @@ run-name: ${{ inputs.target_stage && (inputs.pr_head_sha && format('[{0}] {1}',
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 */12 * * *' # Run every 12 hours (UTC)
|
- cron: '0 */12 * * *' # Run every 12 hours (UTC)
|
||||||
- cron: '50 7 * * *'
|
- cron: '15 8 * * *'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
Reference in New Issue
Block a user