From d950bef671dd2da70098644d78d96802db726df5 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Tue, 26 Mar 2024 20:10:24 -0400 Subject: [PATCH] only:nighly releases have stopped on March 1st #6286 --- .github/workflows/build-firmware.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index 5de685bc2a..1e8f8348b9 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -10,7 +10,7 @@ on: schedule: # this produces GitHub nightly releases https://github.com/rusefi/rusefi/releases # by the way GitHub actions use UTC https://www.utctime.net/ which matches GMT time - - cron: '37 13 * * *' + - cron: '27 0 * * *' workflow_dispatch: inputs: lts: