diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2021-05-19 23:48:38 +0900 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2021-05-31 16:37:31 +0200 |
commit | c5f700ca63a2013e268ee5e71449201fcebbac07 (patch) | |
tree | 99d97b9d5f5118b9f6561d5c6fc2f572602d79d9 | |
parent | 8a512b99c90719492f7490e70f68b829f4c85530 (diff) |
ci: fix 'skip save cache' step in windows CI (#10704)
-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 |