From 63c20b65719b26251cd94e418fc4ce0ddea656d9 Mon Sep 17 00:00:00 2001 From: danieljancar Date: Wed, 24 Jan 2024 13:59:41 +0100 Subject: [PATCH 1/2] fix: update cron job schedule in daily-merge workflow This commit modifies the daily-merge Github workflow's schedule from --- .github/workflows/daily-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily-merge.yml b/.github/workflows/daily-merge.yml index 694d8467..6ad87cb2 100644 --- a/.github/workflows/daily-merge.yml +++ b/.github/workflows/daily-merge.yml @@ -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: From 2c1c1a5d60b2ec1d8fac72ecdaceebfa674346f5 Mon Sep 17 00:00:00 2001 From: danieljancar Date: Wed, 24 Jan 2024 14:01:22 +0100 Subject: [PATCH 2/2] ci(workflows): Update daily merge schedule and name in YML file 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. --- .github/workflows/daily-merge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily-merge.yml b/.github/workflows/daily-merge.yml index 6ad87cb2..25acd665 100644 --- a/.github/workflows/daily-merge.yml +++ b/.github/workflows/daily-merge.yml @@ -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: