🧨 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:
Major Hayden 2020-02-27 10:45:21 -06:00 committed by Ondřej Budai
parent 7b8f70fc5b
commit cd4c6944c6

View file

@ -15,6 +15,7 @@ jobs:
name: "Build RPMs"
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
fedora_release: ["31", "32", "rawhide"]
container: