We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3790fa3 commit cae2b4bCopy full SHA for cae2b4b
.github/workflows/oci-make-nightly.yaml
@@ -5,6 +5,8 @@ on:
5
# GitHub advises to schedule jobs NOT at the start of the hour
6
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
7
- cron: 20 2 * * 1-5
8
+ workflow_dispatch:
9
+
10
env:
11
REGISTRY_IMAGE: pivotalrabbitmq/rabbitmq
12
0 commit comments