diff options
author | Arne Schwabe <arne@rfc2549.org> | 2021-10-03 02:43:33 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2021-10-03 02:53:26 +0200 |
commit | 164d6d6cca7f045db347b55c6412f279e060cbef (patch) | |
tree | 0964bce549e7678308cb9e568ada9617ff2d9b48 | |
parent | c3a0f99f9058b5ee602a9f19f7453804d4d26928 (diff) |
Do not stop github build if one variant fails
-rw-r--r-- | .github/workflows/build.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index cb0eb658..449907eb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -5,6 +5,7 @@ on: [push, pull_request] jobs: build: strategy: + fail-fast: false matrix: target: [Ui, Skeleton] name: "Release ${{ matrix.target }}" |