From cb06c6f6e1f1ca4f13af8d1d00b9c915a995ee58 Mon Sep 17 00:00:00 2001 From: Danil Titarenko <77471369+danilapog@users.noreply.github.com> Date: Wed, 20 Dec 2023 11:21:34 +0300 Subject: [PATCH] Correct startup conditions for zap scanner (#694) --- .github/workflows/4testing-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/4testing-build.yml b/.github/workflows/4testing-build.yml index 9f291ff..138cd30 100644 --- a/.github/workflows/4testing-build.yml +++ b/.github/workflows/4testing-build.yml @@ -158,7 +158,7 @@ jobs: # and branch hit release/ or hotfix/ - name: Trigger zap manualy if: >- - matrix.edition == '' && + matrix.edition == 'community' && (startsWith(steps.build-ds.outputs.branch, 'release/') || startsWith(steps.build-ds.outputs.branch, 'hotfix/')) env: