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 9f90476 commit 4271994Copy full SHA for 4271994
.github/workflows/cloud-client-tests.yml
@@ -40,6 +40,7 @@ jobs:
40
run: ./install-ucm.sh
41
- name: Cache Unison codebase
42
id: cache-unison-codebase
43
+ if: ${{ !cancelled() && startsWith(matrix.ucm-release-version, 'release') }}
44
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf #v4.2.2
45
with:
46
path: unison-code
0 commit comments