From 3ec69bcafa2fca3bf789e95f3dfa03d90066ad84 Mon Sep 17 00:00:00 2001 From: Brian Seeders Date: Fri, 4 Oct 2024 16:26:25 -0400 Subject: [PATCH] [CI] Only trigger DRA workflow on intake for main branches (#114077) (cherry picked from commit 93d7f3d84b36569e74017f0a61ecc096296420f7) --- .buildkite/pipelines/intake.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/pipelines/intake.yml b/.buildkite/pipelines/intake.yml index 763446c8425f7..a0e0437bf5a64 100644 --- a/.buildkite/pipelines/intake.yml +++ b/.buildkite/pipelines/intake.yml @@ -29,6 +29,7 @@ steps: - trigger: elasticsearch-dra-workflow label: Trigger DRA snapshot workflow async: true + branches: "main 8.* 7.17" build: branch: "$BUILDKITE_BRANCH" commit: "$BUILDKITE_COMMIT"