We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07bdb44 commit a5eba8eCopy full SHA for a5eba8e
1 file changed
.github/workflows/build.yml
@@ -124,8 +124,7 @@ jobs:
124
125
- name: Save cached dependencies (oldest)
126
uses: actions/cache/save@v3
127
- if: ${{ always() && steps.cache3.outputs.cache-primary-key != steps.cache3.outputs.cache-matched-key }}
128
with:
129
path: ${{ steps.setup.outputs.cabal-store }}
130
key: ${{ steps.cache3.outputs.cache-primary-key }}
131
- if: ${{ matrix.haddock }}
+ if: ${{ always() && matrix.haddock && steps.cache3.outputs.cache-primary-key != steps.cache3.outputs.cache-matched-key }}
0 commit comments