From 68d47ce17f49495e45e6c8f75861a17e58bd9f06 Mon Sep 17 00:00:00 2001 From: kifir23917 <159958110+kifir23917@users.noreply.github.com> Date: Thu, 4 Jul 2024 03:24:42 +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 6fe16b9..6328be7 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -2,7 +2,7 @@ name: Create Board Firmware on: schedule: - - cron: '35 22 * * *' # build fresh every 10:35 PM UTC + - cron: '30 00 * * *' # build fresh every 00:30 AM UTC push: # pull_request: workflow_dispatch: