From 93a8445fbf44fc1dba3a27ff8a951f260faaa2c4 Mon Sep 17 00:00:00 2001 From: arvinxx Date: Sat, 6 Feb 2021 13:00:21 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20ci:=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E7=BC=93=E5=AD=98=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cache.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 21c097a9..2f55ac80 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -23,4 +23,5 @@ jobs: key: yarn-${{ runner.os }}-${{ hashFiles('yarn.lock') }} - name: Install + if: steps.yarn-cache.outputs.cache-hit != 'true' run: yarn