summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kuryloski <kuryloskip@vmware.com>2021-11-04 22:07:24 +0100
committerPhilip Kuryloski <kuryloskip@vmware.com>2021-11-04 22:07:24 +0100
commitbeb618940b85bb9bac317b03040ac2c31fb323ce (patch)
treeee78a338cae5b2ef4445e789cdaeabfd2d6ae5b6
parent0d0dc5676b864c3da943d5b9ad1233e59595442b (diff)
downloadrabbitmq-server-git-beb618940b85bb9bac317b03040ac2c31fb323ce.tar.gz
Allow manual triggering of the OCI workflow on arbitary branches
Useful for resolving errors in the AWS integration suite of the "The requested check was never run against this ref, exiting..." sort.
-rw-r--r--.github/workflows/oci.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/oci.yaml b/.github/workflows/oci.yaml
index 9ef65049a1..1771e2f0b4 100644
--- a/.github/workflows/oci.yaml
+++ b/.github/workflows/oci.yaml
@@ -10,6 +10,7 @@ on:
- plugins.mk
- rabbitmq-components.mk
- .github/workflows/oci.yaml
+ workflow_dispatch:
env:
GENERIC_UNIX_ARCHIVE: ${{ github.workspace }}/PACKAGES/rabbitmq-server-generic-unix-${{ github.sha }}.tar.xz
RABBITMQ_VERSION: ${{ github.sha }}