Skip to content

Commit

Permalink
Set continue-on-error: true to continue release builds even if one …
Browse files Browse the repository at this point in the history
…of the already failed

Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
  • Loading branch information
J12934 committed Jun 7, 2023
1 parent 5cfc6aa commit f6fbfcf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
operator:
name: "Build | Operator"
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
component: ["operator", "lurker"]
Expand Down Expand Up @@ -170,6 +171,7 @@ jobs:
sdk:
name: "Build | SDKs"
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
sdk:
Expand Down Expand Up @@ -215,6 +217,7 @@ jobs:
name: "Build | Hooks"
needs: sdk
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
hook:
Expand Down Expand Up @@ -318,6 +321,7 @@ jobs:
name: "Build | Parsers"
needs: sdk
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
parser:
Expand Down Expand Up @@ -405,6 +409,7 @@ jobs:
scanners-third-party:
name: "Build | Third Party Scanner"
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
scanner:
Expand Down Expand Up @@ -484,6 +489,7 @@ jobs:
scanners-custom:
name: "Build | Custom Scanner"
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
scanner:
Expand Down Expand Up @@ -544,6 +550,7 @@ jobs:
demo-targets:
name: "Build | Custom Demo-Targets"
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
target:
Expand Down

0 comments on commit f6fbfcf

Please sign in to comment.