Skip to content

Commit

Permalink
Delete: cache-hitの条件を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Jun 18, 2024
1 parent 4b7bd45 commit 490796a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
bun-version: latest

- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: |
bun i
Expand Down Expand Up @@ -90,7 +89,6 @@ jobs:
bun-version: latest

- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: |
bun i
bun pm trust --all
Expand Down

0 comments on commit 490796a

Please sign in to comment.