From 070955c9afdd9aa1f911e1d8d9bc0b11503fea10 Mon Sep 17 00:00:00 2001 From: kifir23917 <159958110+kifir23917@users.noreply.github.com> Date: Fri, 28 Jun 2024 17:46:30 +0300 Subject: [PATCH] Update build-firmware.yaml --- .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 7e94cfb..820e86a 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -2,7 +2,7 @@ name: Create Board Firmware on: schedule: - - cron: '25 14 * * *' # build fresh every 02:25 PM UTC + - cron: '50 14 * * *' # build fresh every 02:50 PM UTC push: # pull_request: workflow_dispatch: