Skip to content

Commit

Permalink
ci: disable update fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed May 12, 2024
1 parent ebf5650 commit e81252c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-flake-lock-inputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
lockfile:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
template: ${{ fromJson(github.event.inputs.templates) }}
input: ${{ fromJson(github.event.inputs.flake_inputs) }}
Expand Down

0 comments on commit e81252c

Please sign in to comment.