Skip to content

Commit 9218470

Browse files
committed
keepalive
1 parent 187f6f3 commit 9218470

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,11 @@ 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)