diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-05-30 11:27:27 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-05-30 11:27:27 -0400 |
commit | 3ccfcf9c8f0a6c27af6bfcfaca9c27b52e8a2e48 (patch) | |
tree | 64a457e32f57da7c7236539745f5fe03a47ab907 /.github | |
parent | a201035c28ea7a0ee0c4bd1b437e7096beff4164 (diff) |
Disable build-time tests on Linux entirely.
Having done that, fall back to default `continue-on-error: false` for all
platforms.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4fe018f3cf..903d54210e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -53,8 +53,6 @@ jobs: - runner: linux-large configuration: Release runs-on: ${{ matrix.runner }} - # Linux build failures shouldn't block the whole project. - continue-on-error: ${{ matrix.runner == 'linux-large' }} outputs: viewer_channel: ${{ steps.build.outputs.viewer_channel }} viewer_version: ${{ steps.build.outputs.viewer_version }} |