| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Updates the repository’s CI workflows to explicitly separate cache-producing jobs from cache-consuming/verification jobs, aiming to enforce cache read/write behavior at the GitHub Actions platform level during e2e and benchmark runs.
Changes:
| File | Description |
|---|---|
| .github/workflows/e2e-cache.yml | Applies job-level cache access modes across the cache e2e matrix to distinguish producers vs consumers. |
| .github/workflows/benchmark-cache-restore.yml | Constrains warmup to cache writes and benchmarking to cache reads to isolate restore performance measurement. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Sorry, something went wrong.
| name: Warm ${{ matrix.tool }} ${{ matrix.profile }} caches (${{ matrix.os }}) | ||
| runs-on: ${{ matrix.os }} | ||
| cache-mode: write-only |
| gradle-save: | ||
| runs-on: ${{ matrix.os }} | ||
| cache-mode: write-only |
| Back | FazBrowse Home | New Git URL |
Description:
Check list: