From b52f41b51fff2207d8db3c62663c1fedb2b29cb1 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 30 Nov 2021 14:33:53 +0100 Subject: [PATCH] Fix time for nightly snapshot Since the mechanism seems to work, schnedule it for 4 in the morning (UTC). That's a low change of interrupting day-to-day work. --- .github/workflows/nightly_snapshot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly_snapshot.yaml b/.github/workflows/nightly_snapshot.yaml index 996648293..22a3711d0 100644 --- a/.github/workflows/nightly_snapshot.yaml +++ b/.github/workflows/nightly_snapshot.yaml @@ -25,7 +25,7 @@ on: description: "Enable options for building binaries for a release (i.e. don't have a -nightly suffix for the extension)" schedule: - - cron: '0 12 * * *' + - cron: '0 4 * * *' jobs: sixtyfps-viewer-binary: