Skip to content

Commit 4271994

Browse files
committed
Avoid CI needing to run a codebase migration
By not using a cache for unstable ucm versions (non-releases).
1 parent 9f90476 commit 4271994

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cloud-client-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
run: ./install-ucm.sh
4141
- name: Cache Unison codebase
4242
id: cache-unison-codebase
43+
if: ${{ !cancelled() && startsWith(matrix.ucm-release-version, 'release') }}
4344
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf #v4.2.2
4445
with:
4546
path: unison-code

0 commit comments

Comments
 (0)