From b66b237566432953cb8adce46db36e6677f35d36 Mon Sep 17 00:00:00 2001 From: kifir23917 <159958110+kifir23917@users.noreply.github.com> Date: Sun, 7 Jul 2024 00:02:50 +0300 Subject: [PATCH] Reschedule GHA for testing --- .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 4399b71..30c1c1b 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -2,7 +2,7 @@ name: Create Board Firmware on: schedule: - - cron: '55 20 * * *' # build fresh every 8:55 PM UTC + - cron: '05 21 * * *' # build fresh every 9:05 PM UTC push: # pull_request: workflow_dispatch: