From cd4c6944c6f72cb1aba65b403959abbbd3ac90a5 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Thu, 27 Feb 2020 10:45:21 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=A8=20Run=20all=20RPM=20builds=20even?= =?UTF-8?q?=20if=20one=20fails?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/workflows/build_rpms.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_rpms.yml b/.github/workflows/build_rpms.yml index d7251c7b..3a1e6b45 100644 --- a/.github/workflows/build_rpms.yml +++ b/.github/workflows/build_rpms.yml @@ -15,6 +15,7 @@ jobs: name: "Build RPMs" runs-on: ubuntu-latest strategy: + fail-fast: false matrix: fedora_release: ["31", "32", "rawhide"] container: