Skip to content

Commit 4f60bf1

Browse files
committed
refactor(workflow): remove unused keepalive job
* Deleted the `workflow-keepalive` job from the Docker publish workflow.
1 parent a4c9636 commit 4f60bf1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/action-docker-publish.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,3 @@ jobs:
168168
package-type: container
169169
min-versions-to-keep: 1
170170
delete-only-untagged-versions: true
171-
172-
workflow-keepalive:
173-
if: github.event_name == 'schedule'
174-
runs-on: ubuntu-latest
175-
permissions:
176-
actions: write
177-
steps:
178-
- uses: liskin/gh-workflow-keepalive@v1

0 commit comments

Comments
 (0)