From c5f700ca63a2013e268ee5e71449201fcebbac07 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Wed, 19 May 2021 23:48:38 +0900 Subject: [PATCH] ci: fix 'skip save cache' step in windows CI (#10704) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43f50e9dc3..7ac23cab0f 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