ci: constrain cache e2e job modes (#1244)

* ci: constrain cache e2e job modes

* ci: constrain cache benchmark job modes
This commit is contained in:
Philip Gai
2026-08-18 10:56:27 -04:00
committed by GitHub
parent ff99aa1c87
commit 11741d6cfa
2 changed files with 19 additions and 0 deletions
@@ -24,6 +24,7 @@ jobs:
warm-caches:
name: Warm ${{ matrix.tool }} ${{ matrix.profile }} caches (${{ matrix.os }})
runs-on: ${{ matrix.os }}
cache-mode: write-only
strategy:
fail-fast: false
matrix:
@@ -65,6 +66,7 @@ jobs:
name: Benchmark ${{ matrix.tool }} ${{ matrix.profile }} (${{ matrix.os }})
needs: warm-caches
runs-on: ${{ matrix.os }}
cache-mode: read
strategy:
fail-fast: false
matrix: