Correct startup conditions for zap scanner (#694)
This commit is contained in:
parent
276c5da9f5
commit
cb06c6f6e1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/4testing-build.yml
vendored
2
.github/workflows/4testing-build.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue