Skip to content

Commit bc70135

Browse files
Dba 780 (#449)
* Database schedule for OEM environments * New schedule
1 parent bafdbe1 commit bc70135

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.github/workflows/oracle-db-password-rotation-schedule.json

+16
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,21 @@
1010
{
1111
"TargetEnvironment":"delius-core-test",
1212
"CronSchedule":"00 14 * * TUE"
13+
},
14+
{
15+
"TargetEnvironment":"hmpps-oem-development",
16+
"CronSchedule":"00 12 * * TUE"
17+
},
18+
{
19+
"TargetEnvironment":"hmpps-oem-test",
20+
"CronSchedule":"00 14 * * TUE"
21+
},
22+
{
23+
"TargetEnvironment":"hmpps-oem-preproduction",
24+
"CronSchedule":"00 14 * * TUE"
25+
},
26+
{
27+
"TargetEnvironment":"hmpps-oem-production",
28+
"CronSchedule":"00 10 * * THU"
1329
}
1430
]

.github/workflows/oracle-db-password-rotation-schedule.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
schedule:
44
- cron: '00 12 * * TUE'
55
- cron: '00 14 * * TUE'
6+
- cron: '00 10 * * THU'
67

78
jobs:
89
prepare-run-matrix:

0 commit comments

Comments
 (0)