Change daily cron job time in pr-test.yml (#21084)
This commit is contained in:
2
.github/workflows/pr-test.yml
vendored
2
.github/workflows/pr-test.yml
vendored
@@ -6,7 +6,7 @@ run-name: ${{ inputs.target_stage && (inputs.pr_head_sha && format('[{0}] {1}',
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 */12 * * *' # Run every 12 hours (UTC)
|
||||
- cron: '18 7 * * *' # Daily ~12:18am PDT (07:18 UTC; PST is 08:18 UTC)
|
||||
- cron: '30 7 * * *'
|
||||
pull_request:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user