From 37816dd7150029c8cf99ed9ed962db25d8c3e519 Mon Sep 17 00:00:00 2001 From: Alexandros Sapranidis Date: Mon, 29 Apr 2024 17:00:58 +0300 Subject: [PATCH] Update the Beats packaging pipeline settings (#39263) This commits changes the settings of the packaging pipeline to make it execute only on the selected branches which currently is only main. Signed-off-by: Alexandros Sapranidis --- catalog-info.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/catalog-info.yaml b/catalog-info.yaml index bc22fbc905d8..0e5a5d864d32 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -1046,6 +1046,10 @@ spec: cancel_intermediate_builds: false skip_intermediate_builds: false provider_settings: + build_branches: false + build_pull_request_forks: false + build_pull_requests: false + build_tags: false trigger_mode: code env: ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'