workflows: fail-fast false to let other builds run

Use fail-fast: false to let the non-failing matrix builds continue to
run.  Right now impish is timing out early in the process and we can't
see the results for the others.

Co-authored-by: Didier Roche <didrocks@ubuntu.com>
This commit is contained in:
Dan Bungert 2021-10-05 10:01:11 -06:00
parent 15f9e9201c
commit 103f3876b8
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ jobs:
test:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
image:
- ubuntu-daily:bionic