build: Disable "fail fast" on x86-64 GitHub action

This will help handle flakiness in the builds by requiring the minimum
number of restarts.

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford 2024-02-22 16:19:01 +00:00
parent 6ec83c7d8e
commit d32de07be7

View File

@ -4,6 +4,7 @@ on: [pull_request, create]
jobs:
build:
strategy:
fail-fast: false
matrix:
runner: ["garm-jammy", "garm-jammy-amd"]
if: github.event_name == 'pull_request'