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