tools/github actions: set automatic metadata update workflow to run every monday at 12:01 UTC

This commit is contained in:
nodiscc 2022-08-08 13:53:54 +02:00
parent 5ee7f3bb3f
commit e7d081dd46
No known key found for this signature in database
GPG key ID: 067FC4266A4B6909

View file

@ -1,6 +1,6 @@
on:
schedule:
- cron: '48 11 * * 1'
- cron: '01 12 * * 1'
jobs:
test_schedule: