From 4f60bf1d5ff3b7956e9ec706df62cd76be3a8ab8 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 14 Aug 2025 23:40:04 +0000 Subject: [PATCH] refactor(workflow): remove unused keepalive job * Deleted the `workflow-keepalive` job from the Docker publish workflow. --- .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 94a994b..7fe0eb7 100644 --- a/.github/workflows/action-docker-publish.yml +++ b/.github/workflows/action-docker-publish.yml @@ -168,11 +168,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