tools/github actions: schedule automatic metadata update to run hourly

- https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
This commit is contained in:
nodiscc 2022-08-10 16:20:14 +02:00
parent 90199f32b3
commit 87a68b11bc
No known key found for this signature in database
GPG key ID: 067FC4266A4B6909

View file

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