From 2c1c1a5d60b2ec1d8fac72ecdaceebfa674346f5 Mon Sep 17 00:00:00 2001 From: danieljancar Date: Wed, 24 Jan 2024 14:01:22 +0100 Subject: [PATCH] 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: