[ci/trigger-version-dependent-jobs] Revert skip_intermediate_builds (#201990)

Partially reverts a change I introduced in
c050bb4175.

This pipeline has scheduled runs at the same time that have been skipped
when they should not be.

https://buildkite.com/elastic/kibana-trigger-version-dependent-jobs/builds?state=skipped

I checked all the other pipelines in the original change, this is the
only case with overlapping schedules on the same branch.
This commit is contained in:
Jon 2024-11-27 08:48:38 -06:00 committed by GitHub
parent e3c532b54a
commit 9affc89681
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,7 @@ spec:
default_branch: main
repository: elastic/kibana
pipeline_file: .buildkite/scripts/pipelines/trigger_version_dependent_jobs/pipeline.sh
skip_intermediate_builds: false
provider_settings:
prefix_pull_request_fork_branch_names: false
skip_pull_request_builds_for_existing_commits: true