Skip to content

Commit

Permalink
Merge pull request #282 from NebraLtd/shawaj/failfast
Browse files Browse the repository at this point in the history
fix: add fail fast false to matrix workflows
  • Loading branch information
shawaj authored Nov 28, 2021
2 parents 556929d + 6636a39 commit 06a51a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
build-prod:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
sbc: [raspi, rockpi]
frequency: [470, 868, 915]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push-to-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
testnet:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
sbc: [raspi, rockpi]
steps:
Expand Down

0 comments on commit 06a51a0

Please sign in to comment.