Skip to content

Commit cae2b4b

Browse files
committed
Make worflow runnable with dispatch
1 parent 3790fa3 commit cae2b4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/oci-make-nightly.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
# GitHub advises to schedule jobs NOT at the start of the hour
66
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
77
- cron: 20 2 * * 1-5
8+
workflow_dispatch:
9+
810
env:
911
REGISTRY_IMAGE: pivotalrabbitmq/rabbitmq
1012

0 commit comments

Comments
 (0)