[ci] Don't start APM/Profiling cypress if pre-checks don't pass (#208569)

## Summary
https://buildkite.com/elastic/kibana-on-merge/builds/60136 shows how
even though some preliminary checks failed, some cypress tests started
after the build step was successful. It's probably because they had
explicit dependencies, but only on a subset of the pre-checks.
This commit is contained in:
Alex Szabo 2025-01-28 18:19:52 +01:00 committed by GitHub
parent 706bc5b827
commit 90d768be9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -487,7 +487,6 @@ steps:
provider: gcp
machineType: n2-standard-4
preemptible: true
depends_on: build
timeout_in_minutes: 120
parallelism: 3
retry:
@ -503,7 +502,6 @@ steps:
provider: gcp
machineType: n2-standard-4
preemptible: true
depends_on: build
timeout_in_minutes: 120
parallelism: 3
retry: