Skip to content

Commit 35f4652

Browse files
committed
keepalive
1 parent 5073ae5 commit 35f4652

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
@@ -179,3 +179,11 @@ jobs:
179179
package-type: container
180180
min-versions-to-keep: 1
181181
delete-only-untagged-versions: true
182+
183+
workflow-keepalive:
184+
if: github.event_name == 'schedule'
185+
runs-on: ubuntu-latest
186+
permissions:
187+
actions: write
188+
steps:
189+
- uses: liskin/gh-workflow-keepalive@v1

0 commit comments

Comments
 (0)