Skip to content

Commit a601343

Browse files
Merge pull request #248 from ministryofjustice/DBA-673
Dba 673
2 parents 98ebd7a + ad0fb34 commit a601343

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+
continue-on-error: true
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)