From 92f0f92178fb33befa8cbf47d4b0e0c6bff2b390 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Fri, 22 Sep 2023 11:19:25 +0400 Subject: [PATCH] Run Rally IT Serverless pipeline on pull requests (#1783) --- .buildkite/pull-requests.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.buildkite/pull-requests.json b/.buildkite/pull-requests.json index 3c20b9181..32974eb6f 100644 --- a/.buildkite/pull-requests.json +++ b/.buildkite/pull-requests.json @@ -4,6 +4,11 @@ "enabled": true, "pipeline_slug": "rally-it", "allow_org_users": true + }, + { + "enabled": true, + "pipeline_slug": "rally-it-serverless", + "allow_org_users": true } ] }