Skip to content

Commit

Permalink
Merge pull request #370 from kubernetes-sigs/Add-manual-dispatch-opti…
Browse files Browse the repository at this point in the history
…on-for-CI-workflow

✨ Add the workflow_dispatch option
  • Loading branch information
cprivitere committed Jul 18, 2022
2 parents fede4fa + 404c776 commit 3c79415
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- main
schedule:
- cron: "0 */4 * * *" # TODO: Run every 4 hours to soak test, should be less frequent before merge (weekly/daily/???)
workflow_dispatch:
env:
IMAGE_NAME: cluster-api-provider-packet
GHCR_REGISTRY: ghcr.io/${{ github.repository_owner }}
Expand Down

0 comments on commit 3c79415

Please sign in to comment.