From 0812eccb27d4a1616de70a64a10a8177b10dcf2f Mon Sep 17 00:00:00 2001 From: Martin Schuppert Date: Wed, 11 Feb 2026 18:02:47 +0100 Subject: [PATCH] Allow triggering the build workflow manually of needed There was an issue in github which is probably the root cause why an image for a merged PR was not running. This PR allows to trigger the job from the Actions tab in github. Signed-off-by: Martin Schuppert --- .github/workflows/build-openstack-operator.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-openstack-operator.yaml b/.github/workflows/build-openstack-operator.yaml index 4a3547af0..b56c366ab 100644 --- a/.github/workflows/build-openstack-operator.yaml +++ b/.github/workflows/build-openstack-operator.yaml @@ -4,6 +4,7 @@ on: push: branches: - '*' + workflow_dispatch: # This allows manual triggering from the Actions tab if needed env: imageregistry: 'quay.io'