From 87a68b11bc76aca4da524c7c190428e9286192a7 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 10 Aug 2022 16:20:14 +0200 Subject: [PATCH] tools/github actions: schedule automatic metadata update to run hourly - https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule --- .github/workflows/update-metadata.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-metadata.yml b/.github/workflows/update-metadata.yml index 267fb97ebc..28556bb8fa 100644 --- a/.github/workflows/update-metadata.yml +++ b/.github/workflows/update-metadata.yml @@ -1,6 +1,6 @@ on: schedule: - - cron: '06 00 * * 1' + - cron: '22 * * * *' env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}