Skip to content

Commit

Permalink
workflow: keep going even if one machine fails
Browse files Browse the repository at this point in the history
Do not cancel the generic-x86-64 build if generic-armel-iproc fails, and
vice versa.

Signed-off-by: Roger Luethi <[email protected]>
  • Loading branch information
ideaship authored and jklare committed Jan 14, 2025
1 parent f0da477 commit 6bd77dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-bisdn-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
strategy:
matrix:
machine: [generic-x86-64, generic-armel-iproc]
# Allow matrix jobs to continue regardless of failures in other
# jobs.
fail-fast: false

env:
KAS_CFG_FILES: "bisdn-linux.yaml:rm-work.yaml"
Expand Down

0 comments on commit 6bd77dc

Please sign in to comment.