From df5ee3d6a23f33be8cecaf41e7f725b57bba7085 Mon Sep 17 00:00:00 2001 From: Christoph Bessei <28066477+christoph-bessei@users.noreply.github.com> Date: Fri, 4 Oct 2024 23:09:41 +0200 Subject: [PATCH] Do not schedule "per commit" CI pipeline --- .github/workflows/per-commit_publish-image.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/per-commit_publish-image.yaml b/.github/workflows/per-commit_publish-image.yaml index 7bda280..676b5f8 100644 --- a/.github/workflows/per-commit_publish-image.yaml +++ b/.github/workflows/per-commit_publish-image.yaml @@ -4,8 +4,6 @@ on: push: branches-ignore: - main - schedule: - - cron: "41 9 * * *" jobs: # Republish the default caddy:2-alpine docker image on Quay.io