We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1d9b7 commit 8208351Copy full SHA for 8208351
1 file changed
.github/workflows/release-series-builds.yml
@@ -187,6 +187,7 @@ jobs:
187
name: Push ${{ matrix.image }}:${{ matrix.osg_series.name }}-${{ matrix.repo }} image
188
if: contains(fromJson('["push", "repository_dispatch", "workflow_dispatch"]'), github.event_name) && startsWith(github.repository, 'opensciencegrid/')
189
strategy:
190
+ fail-fast: False
191
matrix:
192
image: [atlas-xcache, cms-xcache, stash-cache, stash-origin, xcache]
193
repo: ['development', 'testing', 'release']
0 commit comments