chore: adjust dR export cron schedule from every 30 minutes to hourly at minute 00
This commit is contained in:
parent
f43d46afd5
commit
fbd8e7ea6d
@ -2,7 +2,7 @@ name: dR export statistics scheduled
|
||||
run-name: dR export statistics scheduled
|
||||
on:
|
||||
schedule:
|
||||
- cron: '*/30 * * * *'
|
||||
- cron: '00 * * *'
|
||||
|
||||
jobs:
|
||||
Export:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user