From 936f8bb633ed173cf372c8c3acc412cc381c711c Mon Sep 17 00:00:00 2001 From: tawoe Date: Mon, 12 May 2025 12:51:31 +0200 Subject: [PATCH] relax auto-update images --- .github/workflows/auto_update_base_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_update_base_image.yml b/.github/workflows/auto_update_base_image.yml index 7f71c289a..7e53258a7 100644 --- a/.github/workflows/auto_update_base_image.yml +++ b/.github/workflows/auto_update_base_image.yml @@ -1,7 +1,7 @@ name: Regular base image update check on: schedule: - - cron: "*/5 * * * *" + - cron: "0 */3 * * *" workflow_dispatch: jobs: