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 fa97331 commit 243f012Copy full SHA for 243f012
.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