From f962bacc0951317ce0e1a59b75008c9c4ffefb22 Mon Sep 17 00:00:00 2001 From: Martin Schuppert Date: Tue, 10 Feb 2026 09:47:44 +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-placement-operator.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-placement-operator.yaml b/.github/workflows/build-placement-operator.yaml index b33631df..01d1f010 100644 --- a/.github/workflows/build-placement-operator.yaml +++ b/.github/workflows/build-placement-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'