Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 404c776

Browse files
committed
Add the workflow_dispatch option
Signed-off-by: Chris Privitere <[email protected]>
1 parent fede4fa commit 404c776

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- main
66
schedule:
77
- cron: "0 */4 * * *" # TODO: Run every 4 hours to soak test, should be less frequent before merge (weekly/daily/???)
8+
workflow_dispatch:
89
env:
910
IMAGE_NAME: cluster-api-provider-packet
1011
GHCR_REGISTRY: ghcr.io/${{ github.repository_owner }}

0 commit comments

Comments
 (0)