From 276f9eb69f5e76cc64947affd086174c244836cd Mon Sep 17 00:00:00 2001 From: Din Music Date: Tue, 2 Apr 2024 14:59:05 +0200 Subject: [PATCH] trigger alpine build every 5 minutes --- .github/workflows/image-alpine.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/image-alpine.yml b/.github/workflows/image-alpine.yml index 9a265077f..3e612c3bb 100644 --- a/.github/workflows/image-alpine.yml +++ b/.github/workflows/image-alpine.yml @@ -13,6 +13,9 @@ on: type: boolean default: true description: Publish built image + schedule: + # test - trigger every 5 minutes. + - cron: "*/5 * * * *" jobs: alpine: