From ea7d3060022ef09fd19192ed1f688e17b5c2f867 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 8 Aug 2022 13:44:35 +0200 Subject: [PATCH] tools/github actions: auto-update metadata every monday at 11:45 UTC --- .github/workflows/update-metadata.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/update-metadata.yml diff --git a/.github/workflows/update-metadata.yml b/.github/workflows/update-metadata.yml new file mode 100644 index 0000000000..3028014c85 --- /dev/null +++ b/.github/workflows/update-metadata.yml @@ -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