github: Revert "Run esp32&zephyr daily to keep mstr branch caches hot".

This reverts commit 046013a1ff.

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 <angus@redyak.com.au>
This commit is contained in:
Angus Gratton
2026-03-12 15:05:36 +11:00
committed by Damien George
parent df9b714af4
commit 06dbc1f486
2 changed files with 0 additions and 8 deletions

View File

@@ -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 }}

View File

@@ -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 }}