diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4a89f79..1b5f348 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,7 +15,10 @@ jobs: os: [ubuntu-latest, macos-latest] cache: [cache, no-cache] cache-hit: [cache-hit, no-cache-hit] - + exclude: + - cache: no-cache + cache-hit: cache-hit + steps: - name: Restore Hello World cache if: matrix.cache == 'cache' && matrix.cache-hit == 'cache-hit'