chore: adjust dR export cron schedule from every 30 minutes to hourly at minute 00

This commit is contained in:
retoor 2024-12-03 05:48:57 +00:00
parent f43d46afd5
commit fbd8e7ea6d

View File

@ -2,7 +2,7 @@ name: dR export statistics scheduled
run-name: dR export statistics scheduled
on:
schedule:
- cron: '*/30 * * * *'
- cron: '00 * * *'
jobs:
Export: