Skip to content

Commit 35594ed

Browse files
Merge pull request #146 from conductor-oss/fix-no-automatic-testworker-deploy-on-release
only call to deploy harness worker on certification clouds when manually triggered
2 parents 757c869 + 2f4f4d5 commit 35594ed

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
@@ -75,9 +75,7 @@ jobs:
7575
tags: ${{ steps.meta.outputs.tags }}
7676

7777
dispatch-deploy:
78-
if: |
79-
github.event_name == 'release' ||
80-
(github.event_name == 'workflow_dispatch' && inputs.deploy)
78+
if: github.event_name == 'workflow_dispatch' && inputs.deploy
8179
needs: build-and-push
8280
runs-on: ubuntu-latest
8381
permissions:

0 commit comments

Comments
 (0)