We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247100d commit 6b0811aCopy full SHA for 6b0811a
1 file changed
.github/workflows/upload-to-staging.yml
@@ -37,16 +37,8 @@ jobs:
37
service_account_key: ${{ secrets.GCP_SA_KEY }}
38
export_default_credentials: true
39
40
- - uses: actions/cache@v1
41
- if: steps.comment.outputs.result == 'true'
42
- with:
43
- path: ~/.npm
44
- key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
45
- restore-keys: |
46
- ${{ runner.os }}-node-
47
-
48
- name: Install Dependencies
49
- if: steps.cache.outputs.cache-hit != 'true' && steps.comment.outputs.result == 'true'
+ if: steps.comment.outputs.result == 'true'
50
run: npm ci
51
52
- name: Run Gatsby Build
0 commit comments