Skip to content

Commit

Permalink
Continue running jobs even if one fails (#192)
Browse files Browse the repository at this point in the history
Co-authored-by: Sayali M <sayali@Sayalis-MacBook-Pro>
  • Loading branch information
sayaliM0412 and Sayali M committed Apr 1, 2024
1 parent a31cdf2 commit f273fc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/os-extension-automated-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
runs-on: ubuntu-latest
name: Check Security Vulnerabilities
strategy:
fail-fast: false # Continue running jobs even if one fails
matrix:
repository: ${{ fromJson(inputs.repositories) }}
steps:
Expand Down

0 comments on commit f273fc5

Please sign in to comment.