From 66832ae29717945cd34b7f665ea30065d690ccc2 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 8 Nov 2025 23:12:28 +0000 Subject: [PATCH] chore: remove workflow-keepalive from action-docker-publish Removed the workflow-keepalive section from the Docker publish action. --- .github/workflows/action-docker-publish.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/action-docker-publish.yml b/.github/workflows/action-docker-publish.yml index 0a3a9fe..d214682 100644 --- a/.github/workflows/action-docker-publish.yml +++ b/.github/workflows/action-docker-publish.yml @@ -167,11 +167,3 @@ jobs: package-type: container min-versions-to-keep: 1 delete-only-untagged-versions: true - - workflow-keepalive: - if: github.event_name == 'schedule' - runs-on: ubuntu-latest - permissions: - actions: write - steps: - - uses: liskin/gh-workflow-keepalive@v1