diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2021-05-19 23:48:38 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-19 16:48:38 +0200 |
| commit | ba09ce0729d3ac4e618ba95e6e0d43fb7f3316fa (patch) | |
| tree | 39369a3ff64f1eda0e6822dadcd25c74847259e5 /.github | |
| parent | 3ec32a0a1cbc42b794961fe50f527f6e595084d9 (diff) | |
ci: fix 'skip save cache' step in windows CI (#10704)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43f50e9dc..7ac23cab0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 |
