Skip to content

Commit

Permalink
Update sync_to_main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chanikag authored Oct 21, 2024
1 parent 8b59d18 commit 6115afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync_to_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Weekly Sync from branch '4.3.0' to 'main'
# Schedule to run weekly on Friday at 3:15 PM UTC
on:
schedule:
- cron: '40 9 * * 1' # Adjust this cron expression for your preferred time
- cron: '45 10 * * 1' # Adjust this cron expression for your preferred time

jobs:
sync_pr:
Expand All @@ -20,7 +20,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: 'Sync branch 4.3.0 with main'
branch: 4.3.0
branch: propertyM
base: main
title: 'Weekly Sync: branch 4.3.0 to main'
body: 'Automated weekly sync from branch 4.3.0 to main.'

0 comments on commit 6115afa

Please sign in to comment.