Skip to content

Commit

Permalink
ci(workflows): Update daily merge schedule and name in YML file
Browse files Browse the repository at this point in the history
The commit modifies the daily-merge.yml file. Specifically, it changes the cron schedule for the daily merge and simplifies the name of the action. The updated schedule reflects new timings for the daily merge task.
  • Loading branch information
danieljancar committed Jan 24, 2024
1 parent 63c20b6 commit 2c1c1a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily-merge.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Daily Merge Develop to Master
name: Daily Merge

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

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

0 comments on commit 2c1c1a5

Please sign in to comment.