Skip to content

Commit

Permalink
fix: update cron job schedule in daily-merge workflow
Browse files Browse the repository at this point in the history
This commit modifies the daily-merge Github workflow's schedule from
  • Loading branch information
danieljancar committed Jan 24, 2024
1 parent 277a525 commit 63c20b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Daily Merge Develop to Master

on:
schedule:
- cron: "0 1,11,17 * * *"
- cron: "0 1,13,17 * * *"

jobs:
merge-develop-to-master:
Expand Down

0 comments on commit 63c20b6

Please sign in to comment.