Skip to content

Commit d819703

Browse files
committed
Fail-fast set to false
1 parent 7bb1b60 commit d819703

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/oracle-db-schedule-backups.yml

+2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151
needs: prepare-run-matrix
5252
if: ${{ needs.prepare-run-matrix.outputs.scheduled_matrix != '{"include":[]}' }}
5353
strategy:
54+
fail-fast: false
5455
matrix: ${{fromJson(needs.prepare-run-matrix.outputs.scheduled_matrix)}}
56+
5557
name: "run-${{ format('{0}-{1}-{2}', matrix.TargetEnvironment, matrix.Period, matrix.TargetHost) }}-backup"
5658
uses:
5759
ministryofjustice/hmpps-delius-operational-automation/.github/workflows/oracle-db-backup.yml@main

0 commit comments

Comments
 (0)