Skip to content

Commit

Permalink
chore: delay auto release (#2761)
Browse files Browse the repository at this point in the history
too many CI jobs start at same time blocking everytime, manually set them 15-30 minutes apart now.
  • Loading branch information
ankush authored Feb 4, 2025
1 parent 0ab7928 commit 5715966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/initiate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
name: Create weekly release pull requests
on:
schedule:
# 9:30 UTC => 3 PM IST Tuesday
- cron: "30 9 * * 2"
# 9:45 UTC => 3:15 PM IST Tuesday
- cron: "45 9 * * 2"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 5715966

Please sign in to comment.