aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-03 08:31:37 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-08-03 08:31:37 +0530
commitee5786e8c3041c43603264f841ec4ccaf49265ca (patch)
treeccf92f7a02b05c0f5a2c76bef8864c23fc77b3fa /.github/workflows
parent5.6.1-nightly.12 [skip ci] (diff)
downloadferdium-app-ee5786e8c3041c43603264f841ec4ccaf49265ca.tar.gz
ferdium-app-ee5786e8c3041c43603264f841ec4ccaf49265ca.tar.zst
ferdium-app-ee5786e8c3041c43603264f841ec4ccaf49265ca.zip
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]
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ferdi-builds.yml2
1 files changed, 1 insertions, 1 deletions
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:
26 description: 'Message for build' 26 description: 'Message for build'
27 required: true 27 required: true
28 schedule: 28 schedule:
29 - cron: '0 1 * * *' # every night at 1 am (to allow for dependency builds to complete) 29 - cron: '15 0 * * *' # every night at 12:15 am (to allow for dependency builds to complete)
30 30
31env: 31env:
32 USE_HARD_LINKS: false 32 USE_HARD_LINKS: false