From 82083514583f70435215e8e84df10a0160743ff3 Mon Sep 17 00:00:00 2001 From: Brian Lin Date: Tue, 3 Oct 2023 17:51:08 -0500 Subject: [PATCH] Try to get as far as possible with each push --- .github/workflows/release-series-builds.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-series-builds.yml b/.github/workflows/release-series-builds.yml index 3be3683..41176b3 100644 --- a/.github/workflows/release-series-builds.yml +++ b/.github/workflows/release-series-builds.yml @@ -187,6 +187,7 @@ jobs: name: Push ${{ matrix.image }}:${{ matrix.osg_series.name }}-${{ matrix.repo }} image if: contains(fromJson('["push", "repository_dispatch", "workflow_dispatch"]'), github.event_name) && startsWith(github.repository, 'opensciencegrid/') strategy: + fail-fast: False matrix: image: [atlas-xcache, cms-xcache, stash-cache, stash-origin, xcache] repo: ['development', 'testing', 'release']