You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cache-on-merge job on push to main (paths-ignore: [environment.yml]; the weekly rebuild stays the anchor; no actions-repo change). Its cache.yml triggers on the weekly cron plus push: paths: [environment.yml] — the inverse of what this needs.
The
lecture-dpconsumer items from #92 Phase 1. Work lands inQuantEcon/lecture-dp.save-cache: 'true'on the restore step (one line). Itsci.ymlstill callsquantecon/actions/restore-jupyter-cache@v0without it. The input exists since v0.5.2 (feat: add save-cache option for PR-scoped build caching #24), the save-mode outputs/fail-on-missbugs were fixed by fix(restore-jupyter-cache): save-mode outputs and fail-on-miss are broken #104 in v0.9.0, and the path is CI-covered since v0.10.0 — nothing blocks it.paths-ignore: [environment.yml]; the weekly rebuild stays the anchor; no actions-repo change). Itscache.ymltriggers on the weekly cron pluspush: paths: [environment.yml]— the inverse of what this needs.fetch-depth: 1on theci.yml:19checkout (stillfetch-depth: 0) — land together with the bounded-fetch change in the actions-repo quick-wins PR (Phase 1 quick wins: bounded SHA fetches, concurrency-group fallback, paths-ignore in templates/ci.yml #147).