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']