mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
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
.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…
Reference in New Issue
Block a user