Skip to content

Commit e2c9959

Browse files
committed
ci: use liskin/gh-workflow-keepalive
The objective is to maintain the CI active even after 60 days of inactivity in the repository. This will ensure haproxy-qns image is always up-to-date.
1 parent e59d669 commit e2c9959

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/docker_auto.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,13 @@ jobs:
2626
with:
2727
push: true
2828
tags: ${{ env.DOCKER_IMAGE }}:latest
29+
30+
workflow-keepalive:
31+
if: github.event_name == 'schedule'
32+
runs-on: ubuntu-latest
33+
permissions:
34+
actions: write
35+
steps:
36+
- uses: liskin/gh-workflow-keepalive@v1
37+
with:
38+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)