Stop running scheduled integration tests (#2812)

We're running them on PRs again now, so this is now more noisy than
useful.
This commit is contained in:
Josh Mock
2025-05-01 10:13:22 -05:00
committed by GitHub
parent 8ba13d31d8
commit 3bc89758bf

View File

@ -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"