Correct startup conditions for zap scanner (#694)
This commit is contained in:
parent
276c5da9f5
commit
cb06c6f6e1
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/
|
# 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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user