From e74030fd09615fe1e91070e648444dc458e2e690 Mon Sep 17 00:00:00 2001 From: kifir23917 <159958110+kifir23917@users.noreply.github.com> Date: Sat, 6 Jul 2024 23:52:32 +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 808856a..4399b71 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -2,7 +2,7 @@ name: Create Board Firmware on: schedule: - - cron: '15 20 * * *' # build fresh every 8:15 PM UTC + - cron: '55 20 * * *' # build fresh every 8:55 PM UTC push: # pull_request: workflow_dispatch: