From 952c23591a97c05d23e0cf45d58bdae29fee13f0 Mon Sep 17 00:00:00 2001 From: kifir23917 <159958110+kifir23917@users.noreply.github.com> Date: Wed, 3 Jul 2024 17:34:14 +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 ea7c7b2..72175d8 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -2,7 +2,7 @@ name: Create Board Firmware on: schedule: - - cron: '14 30 * * *' # build fresh every 2:30 PM UTC + - cron: '40 14 * * *' # build fresh every 2:40 PM UTC push: # pull_request: workflow_dispatch: