Possible fit for your GitHub Actions cache workflow #3306
Unanswered
eivindsjursen-lab
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
took a look at your Actions setup and it seems like the kind of workflow where cache reuse can quietly drift without being very obvious, especially with pnpm + matrix-style jobs and multiple cache layers.
I’ve been testing a small GitHub Action that warns on cache regressions in CI — things like cache key churn, lower reuse, or restore steps getting slower than the baseline — and posts a short summary when behaviour changes between runs.
Not suggesting this as a change to HugoBlox itself, just thought it might be relevant for your workflow setup.
Repo:
https://github.com/eivindsjursen-lab/gates-suite-public-beta
If useful, I can share a very small warn-only snippet tailored to this workflow.
Beta Was this translation helpful? Give feedback.
All reactions