We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ab2a4 commit 3bb3c57Copy full SHA for 3bb3c57
.github/workflows/swiftlint.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Save swiftlint cache
44
uses: actions/cache/save@v4
45
- if: steps.cache-swiftlint-restore.outputs.cache-hit != 'true'
+ if: always() && steps.cache-swiftlint-restore.outputs.cache-hit != 'true'
46
with:
47
path: /usr/local/bin/swiftlint
48
key: ${{ runner.os }}-swiftlint-0.62.2
0 commit comments