Skip to content

Commit

Permalink
Do not immute cache
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Castle <[email protected]>
  • Loading branch information
Kas-tle committed Jan 12, 2025
1 parent 7406329 commit 63637a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
cache: yarn

- name: Install dependencies
run: yarn install --immutable --immutable-cache
run: yarn install --immutable

- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache: yarn

- name: Install dependencies
run: yarn install --immutable --immutable-cache
run: yarn install --immutable

- uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57
with:
Expand Down

0 comments on commit 63637a6

Please sign in to comment.