tools/github actions: set daily metdata update workflow to run at 12:31 UTC, add workflow name

This commit is contained in:
nodiscc 2022-08-08 14:21:47 +02:00
parent e7d081dd46
commit 4f8f2ecac8
No known key found for this signature in database
GPG key ID: 067FC4266A4B6909

View file

@ -1,6 +1,8 @@
name: daily metadata update
on:
schedule:
- cron: '01 12 * * 1'
- cron: '31 12 * * 1'
jobs:
test_schedule: