Skip to content

Commit

Permalink
fix: Exclude cache-hit on no-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimMouse committed Oct 24, 2023
1 parent 300cc4a commit 5d40aeb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5d40aeb

Please sign in to comment.