Skip to content
Commit 3dacc178 authored by Robbie Cao's avatar Robbie Cao Committed by Peter Hoyes
Browse files

CI: Set secret_detection job's dependencies and needs to empty



In the current CI pipeline, the secret_detection job is in the Test
stage, which is after the Build stage. The jobs in the Test stage will
download the artifacts of the Build stage by default, and these
artifacts are unnecessary for the secret_detection job. So set
dependencies as empty to the secret_detection job to avoid
downloading artifacts of the Build stage.

Also, the secret_detection job doesn't necessarily need to be executed
after the Build stage, so set needs to null as well.

Signed-off-by: Robbie Cao's avatarRobbie Cao <robbie.cao@arm.com>
parent 427db167
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment