[ci] Add depends_on: build to unsupported ftrs step (#153054)

This should let us reuse the build from the on merge pipeline.
This commit is contained in:
Jon 2023-03-09 16:28:45 -06:00 committed by GitHub
parent f134d2e44c
commit 7ff240d8ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,6 +81,8 @@ steps:
- command: '.buildkite/scripts/steps/functional/on_merge_unsupported_ftrs.sh'
label: Trigger unsupported ftr tests
timeout_in_minutes: 10
depends_on:
- build
agents:
queue: 'kibana-default'