Skip to content

Commit

Permalink
feat(build): disable fail fast for security update action (#5778)
Browse files Browse the repository at this point in the history
Signed-off-by: slonka <[email protected]>

Signed-off-by: slonka <[email protected]>
  • Loading branch information
slonka authored Jan 20, 2023
1 parent eff4096 commit 66bfcf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-insecure-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
update-insecure-dependencies:
strategy:
fail-fast: false
matrix:
branch:
- "release-2.0"
Expand Down

0 comments on commit 66bfcf7

Please sign in to comment.