diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index 5c06be9..b6bd6ce 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -2,7 +2,7 @@ name: Create Board Firmware on: schedule: - - cron: '40 09 * * *' # build fresh every 9:40 AM UTC + - cron: '35 10 * * *' # build fresh every 10:35 AM UTC push: # pull_request: workflow_dispatch: