Skip to content

Commit ad0fb34

Browse files
committed
Continue-on-error set to true
1 parent d819703 commit ad0fb34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
fail-fast: false
5555
matrix: ${{fromJson(needs.prepare-run-matrix.outputs.scheduled_matrix)}}
56-
56+
continue-on-error: true
5757
name: "run-${{ format('{0}-{1}-{2}', matrix.TargetEnvironment, matrix.Period, matrix.TargetHost) }}-backup"
5858
uses:
5959
ministryofjustice/hmpps-delius-operational-automation/.github/workflows/oracle-db-backup.yml@main

0 commit comments

Comments
 (0)