diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index 808856a..4399b71 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -2,7 +2,7 @@ name: Create Board Firmware on: schedule: - - cron: '15 20 * * *' # build fresh every 8:15 PM UTC + - cron: '55 20 * * *' # build fresh every 8:55 PM UTC push: # pull_request: workflow_dispatch: