Skip to content

Commit 9fd137a

Browse files
committed
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 <mschuppert@redhat.com>
1 parent f46ba0f commit 9fd137a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-openstack-operator.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- '*'
6+
workflow_dispatch: # This allows manual triggering from the Actions tab if needed
7+
68
env:
79
imageregistry: 'quay.io'
810
imagenamespace: ${{ secrets.IMAGENAMESPACE || secrets.QUAY_USERNAME }}

0 commit comments

Comments
 (0)