ci: Reduce refresh rate to once a day

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2020-11-01 12:15:42 +01:00
parent c6611ca1b6
commit a15e077819
+1 -1
View File
@@ -1,7 +1,7 @@
name: Refresh name: Refresh
on: on:
schedule: schedule:
- cron: '0 * * * *' - cron: '0 0 * * *'
push: push:
branches: branches:
- 'automation' - 'automation'