Skip to content

Commit 8208351

Browse files
committed
Try to get as far as possible with each push
1 parent fa1d9b7 commit 8208351

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-series-builds.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ jobs:
187187
name: Push ${{ matrix.image }}:${{ matrix.osg_series.name }}-${{ matrix.repo }} image
188188
if: contains(fromJson('["push", "repository_dispatch", "workflow_dispatch"]'), github.event_name) && startsWith(github.repository, 'opensciencegrid/')
189189
strategy:
190+
fail-fast: False
190191
matrix:
191192
image: [atlas-xcache, cms-xcache, stash-cache, stash-origin, xcache]
192193
repo: ['development', 'testing', 'release']

0 commit comments

Comments
 (0)