From 7027a5727334fb2384ff74dad56ccdffcec4273f Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Wed, 16 Apr 2025 09:48:46 -0500 Subject: [PATCH] Reinstate running integration tests on PRs --- catalog-info.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 4d1e41757..de212b172 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -37,8 +37,9 @@ spec: everyone: access_level: READ_ONLY provider_settings: - build_pull_requests: false + build_pull_requests: true build_branches: false + separate_pull_request_statuses: true cancel_intermediate_builds: true cancel_intermediate_builds_branch_filter: "!main" schedules: @@ -48,9 +49,3 @@ spec: 8_x: branch: "8.x" cronline: "@daily" - 8_17: - branch: "8.17" - cronline: "@daily" - 8_18: - branch: "8.18" - cronline: "@daily"