Skip to content

Commit 66832ae

Browse files
authored
chore: remove workflow-keepalive from action-docker-publish
Removed the workflow-keepalive section from the Docker publish action.
1 parent d3e4d24 commit 66832ae

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
@@ -167,11 +167,3 @@ jobs:
167167
package-type: container
168168
min-versions-to-keep: 1
169169
delete-only-untagged-versions: true
170-
171-
workflow-keepalive:
172-
if: github.event_name == 'schedule'
173-
runs-on: ubuntu-latest
174-
permissions:
175-
actions: write
176-
steps:
177-
- uses: liskin/gh-workflow-keepalive@v1

0 commit comments

Comments
 (0)