From dda0bb9b072cfba4a063fc595fc2215bd439a730 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Thu, 1 May 2025 10:12:22 -0500 Subject: [PATCH] Stop running scheduled integration tests We're running them on PRs again now, so this is now more noisy than useful. --- catalog-info.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index de212b172..c0ccdc314 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -41,11 +41,3 @@ spec: build_branches: false separate_pull_request_statuses: true cancel_intermediate_builds: true - cancel_intermediate_builds_branch_filter: "!main" - schedules: - main: - branch: "main" - cronline: "@daily" - 8_x: - branch: "8.x" - cronline: "@daily"