Skip to content

Commit

Permalink
Move release branch creation to monday (#3221)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunaj5 authored Oct 10, 2024
1 parent f0ddadf commit fb10289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release-branch.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Create Release Branch
on:
schedule:
# Run every Friday at 11:30 AM UTC (5:00 PM IST)
- cron: '30 11 * * FRI'
# Run every Monday at 11:30 AM UTC (5:00 PM IST)
- cron: '30 11 * * MON'
jobs:
create-release-branch:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fb10289

Please sign in to comment.