tools/github actions: decrease automatic metadata update frequency to daily, 22:22 UTC

This commit is contained in:
nodiscc 2022-08-11 12:54:32 +02:00
parent decc21c819
commit 5e57632438
No known key found for this signature in database
GPG key ID: 067FC4266A4B6909

View file

@ -1,6 +1,6 @@
on:
schedule:
- cron: '22 * * * *'
- cron: '22 22 * * *'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}