Skip to content

Commit 9ba3f79

Browse files
Align cron with schedule (#471)
1 parent c63c893 commit 9ba3f79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: "Oracle: Schedule Backups"
22
on:
33
schedule:
4-
- cron: '0 8 * * 1,2,4,5'
5-
- cron: '0 8 * * 3'
4+
- cron: '0 7 * * 1,2,4,5'
5+
- cron: '0 7 * * 3'
66
- cron: '30 6 * * 3'
77

88
jobs:

0 commit comments

Comments
 (0)