From 280834147451003edf8a1e3567865ba31d07ad96 Mon Sep 17 00:00:00 2001 From: Chris Hagglund Date: Mon, 27 Apr 2026 12:32:59 -0600 Subject: [PATCH] only call to deploy harness worker on certification clouds when manually triggered --- .github/workflows/harness-image.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/harness-image.yml b/.github/workflows/harness-image.yml index 682a9881..126233dc 100644 --- a/.github/workflows/harness-image.yml +++ b/.github/workflows/harness-image.yml @@ -80,9 +80,7 @@ jobs: cache-to: type=registry,ref=ghcr.io/conductor-oss/python-sdk/harness-worker:buildcache,mode=max dispatch-deploy: - if: | - github.event_name == 'release' || - (github.event_name == 'workflow_dispatch' && inputs.deploy) + if: github.event_name == 'workflow_dispatch' && inputs.deploy needs: build-and-push runs-on: ubuntu-latest permissions: