🧨 Run all RPM builds even if one fails
By default, GitHub Actions stops running all RPM builds if one fails. This means that a temporary repository issue (like what is happening with F32 today) stops all RPM builds. Set the `fail-fast` option to `false` to disable this behavior. Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
parent
7b8f70fc5b
commit
cd4c6944c6
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build_rpms.yml
vendored
1
.github/workflows/build_rpms.yml
vendored
|
|
@ -15,6 +15,7 @@ jobs:
|
|||
name: "Build RPMs"
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
fedora_release: ["31", "32", "rawhide"]
|
||||
container:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue