From 7af91c61df6362380f3359f9f568666664b8622d Mon Sep 17 00:00:00 2001 From: Yau Chau Date: Thu, 11 Sep 2025 12:50:09 -0400 Subject: [PATCH] Updated platformio-ci.yml to reduce CI/CD schedule to once (1) a day this is just better --- .github/workflows/platformio-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/platformio-ci.yml b/.github/workflows/platformio-ci.yml index 5c3709f..ac5b294 100644 --- a/.github/workflows/platformio-ci.yml +++ b/.github/workflows/platformio-ci.yml @@ -7,7 +7,7 @@ on: branches: [main] workflow_dispatch: schedule: - - cron: '*/30 * * * *' + - cron: '0 0 * * *' jobs: build: