mirror of
https://github.com/denoland/deno.git
synced 2025-01-05 05:49:20 -05:00
ci: fix 'skip save cache' step in windows CI (#10704)
This commit is contained in:
parent
3ec32a0a1c
commit
ba09ce0729
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
|
# Skips saving cache in PR branches
|
||||||
- name: Skip save cache (PR)
|
- name: Skip save cache (PR)
|
||||||
run: echo "CACHE_SKIP_SAVE=true" >> $GITHUB_ENV
|
run: echo "CACHE_SKIP_SAVE=true" >> $GITHUB_ENV
|
||||||
|
shell: bash
|
||||||
if: github.ref != 'refs/heads/main'
|
if: github.ref != 'refs/heads/main'
|
||||||
|
|
||||||
- name: Apply and update mtime cache
|
- name: Apply and update mtime cache
|
||||||
|
|
Loading…
Reference in a new issue