tools/github actions: auto-update metadata every monday at 11:45 UTC

This commit is contained in:
nodiscc 2022-08-08 13:44:35 +02:00
parent c272c695ed
commit ea7d306002
No known key found for this signature in database
GPG key ID: 067FC4266A4B6909

10
.github/workflows/update-metadata.yml vendored Normal file
View file

@ -0,0 +1,10 @@
on:
schedule:
- cron: '45 11 * * 1'
jobs:
test_schedule:
runs-on: ubuntu-latest
steps:
- name: update projects metadata
run: make process