From d34a54551533b2b3170a61020b0f6fc2aa8f3015 Mon Sep 17 00:00:00 2001 From: thepetk Date: Thu, 27 Jul 2023 14:29:10 +0100 Subject: [PATCH] Add new schedule to registry check signed-off-by: thepetk Signed-off-by: thepetk --- .github/workflows/check_registry.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_registry.yaml b/.github/workflows/check_registry.yaml index 9426b430..95518053 100644 --- a/.github/workflows/check_registry.yaml +++ b/.github/workflows/check_registry.yaml @@ -1,6 +1,6 @@ on: schedule: - - cron: "*/5 * * * *" + - cron: "0 3 * * *" name: Production & Community Registries Check