Update file sast.yml

This commit is contained in:
Melissa Beldman 2025-06-03 16:52:05 +00:00
parent c06a78445c
commit 312da6bf5a

View file

@ -192,7 +192,7 @@ pmd-apex-sast:
# to cover both the *MR pipeline* and the *branch pipeline* workflows.
# 1. Run the job in an *MR* pipeline if MR pipelines for AST are enabled and there's an open merge request.
- if: '$[[ inputs.enable_mr_pipelines ]]" == "true" &&
- if: '"$[[ inputs.enable_mr_pipelines ]]" == "true" &&
$CI_PIPELINE_SOURCE == "merge_request_event"'
exists: !reference [.pmd-apex-exist-rules, exists]