From e7d081dd462df489d98cf614e60a6a47267c3aa9 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 8 Aug 2022 13:53:54 +0200 Subject: [PATCH] tools/github actions: set automatic metadata update workflow to run every monday at 12:01 UTC --- .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 45fa1c170f..aebb5d5da2 100644 --- a/.github/workflows/update-metadata.yml +++ b/.github/workflows/update-metadata.yml @@ -1,6 +1,6 @@ on: schedule: - - cron: '48 11 * * 1' + - cron: '01 12 * * 1' jobs: test_schedule: