We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d819703 commit ad0fb34Copy full SHA for ad0fb34
.github/workflows/oracle-db-schedule-backups.yml
@@ -53,7 +53,7 @@ jobs:
53
strategy:
54
fail-fast: false
55
matrix: ${{fromJson(needs.prepare-run-matrix.outputs.scheduled_matrix)}}
56
-
+ continue-on-error: true
57
name: "run-${{ format('{0}-{1}-{2}', matrix.TargetEnvironment, matrix.Period, matrix.TargetHost) }}-backup"
58
uses:
59
ministryofjustice/hmpps-delius-operational-automation/.github/workflows/oracle-db-backup.yml@main
0 commit comments