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:
Ankush Menat 2025-02-04 15:43:14 +05:30 committed by GitHub
parent c273c52092
commit ef9e10988d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: