From 7f281bc1a46b66f739cbe02bee12b22dcaedbc34 Mon Sep 17 00:00:00 2001 From: Victoria Nadasdi Date: Mon, 6 May 2024 20:11:24 +0200 Subject: [PATCH] run every 4 hours Signed-off-by: Victoria Nadasdi --- .github/workflows/build-and-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index 5610358..53e4568 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -9,7 +9,7 @@ on: type: string default: latest schedule: - - cron: "0 */6 * * *" + - cron: "0 */4 * * *" env: REGISTRY: ghcr.io