From dad0b6c106b4edd4ef1a47454ffeb3ca697a3655 Mon Sep 17 00:00:00 2001 From: AlphaX Date: Sun, 21 Apr 2024 13:15:55 -0400 Subject: [PATCH] Update build-firmware.yaml disable daily updates to only update manually --- .github/workflows/build-firmware.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index 5ee723b..e7e47f8 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -1,8 +1,8 @@ name: Create Board Firmware on: - schedule: - - cron: '10 17 * * *' # build fresh every 5:10 PM +# schedule: + # - cron: '10 17 * * *' # build fresh every 5:10 PM push: # pull_request: workflow_dispatch: