From 74f6d3c4f09d5dce01985b7c8a7296f8e1e8a9f8 Mon Sep 17 00:00:00 2001 From: kifir23917 <159958110+kifir23917@users.noreply.github.com> Date: Fri, 28 Jun 2024 18:23:05 +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 f11e8b5..d62e663 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -2,7 +2,7 @@ name: Create Board Firmware on: schedule: - - cron: '05 15 * * *' # build fresh every 03:05 PM UTC + - cron: '25 15 * * *' # build fresh every 03:25 PM UTC push: # pull_request: workflow_dispatch: