Skip to content

Commit 0927994

Browse files
Merge pull request #407 from conductor-oss/fix-no-automatic-testworker-deploy-on-release
only call to deploy harness worker on certification clouds when manually triggered
2 parents 9e31c34 + 2808341 commit 0927994

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/harness-image.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ jobs:
8080
cache-to: type=registry,ref=ghcr.io/conductor-oss/python-sdk/harness-worker:buildcache,mode=max
8181

8282
dispatch-deploy:
83-
if: |
84-
github.event_name == 'release' ||
85-
(github.event_name == 'workflow_dispatch' && inputs.deploy)
83+
if: github.event_name == 'workflow_dispatch' && inputs.deploy
8684
needs: build-and-push
8785
runs-on: ubuntu-latest
8886
permissions:

0 commit comments

Comments
 (0)