From 06dbc1f48653badb5488fece192f233fc13dc2a8 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Thu, 12 Mar 2026 15:05:36 +1100 Subject: [PATCH] github: Revert "Run esp32&zephyr daily to keep mstr branch caches hot". This reverts commit 046013a1ffbeccb971b6067ff389ebd0350b9e9c. Looks like since the latest round of GitHub Actions updates, the Cache LRU algorithm is working as designed again. This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton --- .github/workflows/ports_esp32.yml | 4 ---- .github/workflows/ports_zephyr.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/ports_esp32.yml b/.github/workflows/ports_esp32.yml index 87ab6dbe35..446db794cb 100644 --- a/.github/workflows/ports_esp32.yml +++ b/.github/workflows/ports_esp32.yml @@ -12,10 +12,6 @@ on: - 'lib/**' - 'drivers/**' - 'ports/esp32/**' - schedule: - # Scheduled run exists to keep master branch ESP-IDF cache entry hot - # and prevent creating many redundant per-branch cache entries instead. - - cron: "20 0 * * *" concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/ports_zephyr.yml b/.github/workflows/ports_zephyr.yml index 571a443e90..330121d1de 100644 --- a/.github/workflows/ports_zephyr.yml +++ b/.github/workflows/ports_zephyr.yml @@ -12,10 +12,6 @@ on: - 'lib/**' - 'ports/zephyr/**' - 'tests/**' - schedule: - # Scheduled run exists to keep master branch Zephyr cache entry hot - # and prevent creating many redundant per-branch cache entries instead. - - cron: "40 4 * * *" concurrency: group: ${{ github.workflow }}-${{ github.ref }}