diff options
| author | Robbie Harwood <rharwood@redhat.com> | 2022-05-03 17:43:17 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2022-05-04 13:46:21 -0400 |
| commit | af188108313c8a6aa071a2185a923a9bb2e49fef (patch) | |
| tree | ea85705e42a81ac1dff5cf47dd8091e298d2e278 /.github/workflows/pullrequest.yml | |
| parent | bda03b8454210afca9c3c43ee84902205187ac36 (diff) | |
| download | efi-boot-shim-af188108313c8a6aa071a2185a923a9bb2e49fef.tar.gz efi-boot-shim-af188108313c8a6aa071a2185a923a9bb2e49fef.zip | |
CI: don't cancel testing when one fails
Set fail-fast to false to get a more useful picture of results.
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
Diffstat (limited to '.github/workflows/pullrequest.yml')
| -rw-r--r-- | .github/workflows/pullrequest.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 5329496c..0e85ce36 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -15,6 +15,7 @@ jobs: name: ${{ matrix.distro }} ${{ matrix.efiarch }} cross-build strategy: + fail-fast: false matrix: include: - arch: amd64 |
