mirror of
https://github.com/denoland/deno.git
synced 2024-12-23 15:49:44 -05:00
ci: fix 'skip save cache' step in windows CI (#10704)
This commit is contained in:
parent
8a512b99c9
commit
c5f700ca63
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -217,6 +217,7 @@ jobs:
|
|||
# Skips saving cache in PR branches
|
||||
- name: Skip save cache (PR)
|
||||
run: echo "CACHE_SKIP_SAVE=true" >> $GITHUB_ENV
|
||||
shell: bash
|
||||
if: github.ref != 'refs/heads/main'
|
||||
|
||||
- name: Apply and update mtime cache
|
||||
|
|
Loading…
Reference in a new issue