Skip to content

Commit 33921f9

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
workflows: allow manually running the ci job
Add a workflow_dispatch event trigger so that the team (specifically, me when I am being impatient) can trigger a manual CI run and eventually image push to quay.io Signed-off-by: John Mulligan <[email protected]>
1 parent b61e54c commit 33921f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/container-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
branches: [master]
88
schedule:
99
- cron: '0 2 * * *'
10+
# Allow manually triggering a run in the github ui.
11+
# See: https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow
12+
workflow_dispatch: {}
1013

1114
env:
1215
CONTAINER_CMD: docker

0 commit comments

Comments
 (0)