From 2f4f4d56b7f35d061f955b405311696791e4c361 Mon Sep 17 00:00:00 2001 From: Chris Hagglund Date: Mon, 27 Apr 2026 12:33:01 -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 b5564e36..c4ebad22 100644 --- a/.github/workflows/harness-image.yml +++ b/.github/workflows/harness-image.yml @@ -75,9 +75,7 @@ jobs: tags: ${{ steps.meta.outputs.tags }} 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: