We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63c893 commit 9ba3f79Copy full SHA for 9ba3f79
.github/workflows/oracle-db-schedule-backups.yml
@@ -1,8 +1,8 @@
1
name: "Oracle: Schedule Backups"
2
on:
3
schedule:
4
- - cron: '0 8 * * 1,2,4,5'
5
- - cron: '0 8 * * 3'
+ - cron: '0 7 * * 1,2,4,5'
+ - cron: '0 7 * * 3'
6
- cron: '30 6 * * 3'
7
8
jobs:
0 commit comments