Skip to content

Commit

Permalink
ci: do not fail fast on matrix jobs (#280)
Browse files Browse the repository at this point in the history
* ci: do not fail fast on matrix jobs

* ci: do not fail fast on matrix jobs
  • Loading branch information
kelvin-olaiya authored Aug 27, 2024
1 parent 27f841d commit 9bae2d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ concurrency:
jobs:
build:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-24.04
Expand Down Expand Up @@ -162,6 +163,7 @@ jobs:
concurrency:
group: release-${{ github.event.number || github.ref }}-docker-${{ matrix.image }}
strategy:
fail-fast: false
matrix:
image:
- alarm
Expand Down

0 comments on commit 9bae2d5

Please sign in to comment.