From 4ad9bb81e4b8e00e71ae5cacc39fe1b8c4b14bf6 Mon Sep 17 00:00:00 2001 From: Pavel Zorin Date: Wed, 31 Jan 2024 23:39:40 +0000 Subject: [PATCH] Fixed elastic-agent buildkite pipeline slug (#37806) --- .buildkite/pull-requests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pull-requests.json b/.buildkite/pull-requests.json index 20870794752a..c1cfa299d079 100644 --- a/.buildkite/pull-requests.json +++ b/.buildkite/pull-requests.json @@ -130,7 +130,7 @@ }, { "enabled": true, - "pipelineSlug": "xpack-elastic-agent", + "pipelineSlug": "beats-xpack-elastic-agent", "allow_org_users": true, "allowed_repo_permissions": ["admin", "write"], "allowed_list": [ ],