Skip to content

Commit

Permalink
chore: remove fail-on-cache-miss
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart committed Jun 6, 2024
1 parent 9e16744 commit aa83264
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: 'Setup & build'
description: 'Setup node, install dependencies & build'
inputs:
fail-on-cache-miss:
description: 'Fail when cache miss occurs'
required: false
default: 'true'
load-cache:
description: 'Whether to restore the Nx cache.'
required: false
Expand Down Expand Up @@ -43,7 +39,6 @@ runs:
with:
path: .nx/cache
key: nx-${{ github.sha }}
fail-on-cache-miss: ${{ inputs.fail-on-cache-miss == 'true' }}
- if: steps.npm-cache.outputs.cache-hit != 'true'
run: npm ci
shell: bash
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
with:
fetch-depth: 0
- uses: ./.github/actions/setup
with:
fail-on-cache-miss: 'false'
- name: Release
run: npm run release
env:
Expand Down

0 comments on commit aa83264

Please sign in to comment.