chore: trigger release PRs early (#31108)
* chore: trigger release PRs early Too many CI jobs start at 3 PM blocking everything else, so making this one run 30 min before. * Update initiate_release.yml
This commit is contained in:
parent
c273c52092
commit
ef9e10988d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/initiate_release.yml
vendored
4
.github/workflows/initiate_release.yml
vendored
|
|
@ -4,8 +4,8 @@
|
|||
name: Create weekly release pull requests
|
||||
on:
|
||||
schedule:
|
||||
# 9:30 UTC => 3 PM IST Tuesday
|
||||
- cron: "30 9 * * 2"
|
||||
# 9:00 UTC => 2:30 PM IST Tuesday
|
||||
- cron: "0 9 * * 2"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue