Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Commit a5eba8e

Browse files
committed
fix ci file
1 parent 07bdb44 commit a5eba8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ jobs:
124124

125125
- name: Save cached dependencies (oldest)
126126
uses: actions/cache/save@v3
127-
if: ${{ always() && steps.cache3.outputs.cache-primary-key != steps.cache3.outputs.cache-matched-key }}
128127
with:
129128
path: ${{ steps.setup.outputs.cabal-store }}
130129
key: ${{ steps.cache3.outputs.cache-primary-key }}
131-
if: ${{ matrix.haddock }}
130+
if: ${{ always() && matrix.haddock && steps.cache3.outputs.cache-primary-key != steps.cache3.outputs.cache-matched-key }}

0 commit comments

Comments
 (0)