From ee5786e8c3041c43603264f841ec4ccaf49265ca Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 3 Aug 2021 08:31:37 +0530 Subject: Changed the cron for the ferdi build to run at 12:15 am UTC since the time delay between the 2 jobs was very high. [skip ci] --- .github/workflows/ferdi-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml index e544c6cf0..46ae40fc0 100644 --- a/.github/workflows/ferdi-builds.yml +++ b/.github/workflows/ferdi-builds.yml @@ -26,7 +26,7 @@ on: description: 'Message for build' required: true schedule: - - cron: '0 1 * * *' # every night at 1 am (to allow for dependency builds to complete) + - cron: '15 0 * * *' # every night at 12:15 am (to allow for dependency builds to complete) env: USE_HARD_LINKS: false -- cgit v1.2.3-54-g00ecf