Skip to content

Commit

Permalink
trigger alpine build every 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
MusicDin committed Apr 2, 2024
1 parent 209c42d commit 276f9eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/image-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
type: boolean
default: true
description: Publish built image
schedule:
# test - trigger every 5 minutes.
- cron: "*/5 * * * *"

jobs:
alpine:
Expand Down

0 comments on commit 276f9eb

Please sign in to comment.