From 650ad2a338d957fa4308bed01a9797fe44714d7f Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Fri, 13 Oct 2023 15:34:07 +0400 Subject: [PATCH] Fix pipeline_slug name --- .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 921a67606..8eae593f0 100644 --- a/.buildkite/pull-requests.json +++ b/.buildkite/pull-requests.json @@ -2,7 +2,7 @@ "jobs": [ { "enabled": true, - "pipeline_slug": "elasticsearch-py", + "pipeline_slug": "elasticsearch-py-integration-tests", "allow_org_users": true } ]