Skip to content

Commit c24360d

Browse files
committed
chore: disable some of the caching
1 parent f361d84 commit c24360d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/comment-diffs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
uses: ./.github/actions/setup
3232
with:
3333
cache-npm-cache: true
34-
cache-node-modules: true
35-
cache-install-state: true
34+
cache-install-state: false
35+
cache-node-modules: false
3636

3737
- name: Get hash of yarn lock
3838
id: yarn-lock-hash
@@ -86,8 +86,8 @@ jobs:
8686
uses: ./.github/actions/setup
8787
with:
8888
cache-npm-cache: true
89-
cache-node-modules: true
90-
cache-install-state: true
89+
cache-install-state: false
90+
cache-node-modules: false
9191

9292
- name: Remove old build and build again
9393
run: |

0 commit comments

Comments
 (0)