Skip to content

Commit

Permalink
fix: do not cancel binaries generation if one of them fails (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-maiorov-brightsec committed Jul 10, 2024
1 parent e9058fd commit b908f0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
generate-binary:
needs: build
strategy:
fail-fast: false
matrix:
include:
- os: windows-2019
Expand Down

0 comments on commit b908f0f

Please sign in to comment.