From: Peter van Dijk Date: Mon, 18 Oct 2021 14:48:57 +0000 (+0200) Subject: gh actions: in the daily package build job, do not abort all if one failed X-Git-Tag: rec-4.6.0-alpha2~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10860%2Fhead;p=thirdparty%2Fpdns.git gh actions: in the daily package build job, do not abort all if one failed --- diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 5556ba3f84..28f36b4ca5 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -19,6 +19,7 @@ jobs: - oraclelinux-8 - centos-8-stream - debian-bullseye + fail-fast: false steps: - uses: actions/checkout@v2.3.4 with: