Yuki Takei il y a 6 ans
Parent
commit
edfa3109ec
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      .github/workflows/ci.yml

+ 0 - 1
.github/workflows/ci.yml

@@ -209,7 +209,6 @@ jobs:
         echo -n "npm " && npm -v
         yarn list --depth=0
     - name: yarn build:prod
-      if: steps.cache-public.outputs.cache-hit != 'true'
       run: |
         yarn build:prod
     - name: yarn install --production