build: Disable fast failing for build actions
nightly / beta are not required actions but if they fail then all other builds will be cancelled and so prevent the PR from being cleared as buildable. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
558975aa51
commit
03b824be0b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
|
|
@ -7,6 +7,7 @@ jobs:
|
|||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
rust:
|
||||
- stable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue