Correct startup conditions for zap scanner (#694)

This commit is contained in:
Danil Titarenko 2023-12-20 11:21:34 +03:00 committed by GitHub
parent 276c5da9f5
commit cb06c6f6e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -158,7 +158,7 @@ jobs:
# and branch hit release/ or hotfix/ # and branch hit release/ or hotfix/
- name: Trigger zap manualy - name: Trigger zap manualy
if: >- if: >-
matrix.edition == '' && matrix.edition == 'community' &&
(startsWith(steps.build-ds.outputs.branch, 'release/') || (startsWith(steps.build-ds.outputs.branch, 'release/') ||
startsWith(steps.build-ds.outputs.branch, 'hotfix/')) startsWith(steps.build-ds.outputs.branch, 'hotfix/'))
env: env: