From 48a5d0d7e7c1acb3f7444c6681daeafffe98b87d Mon Sep 17 00:00:00 2001 From: Enrique Garcia Cota Date: Tue, 9 Jan 2024 17:48:31 +0100 Subject: [PATCH] tests(ci): deactivate upgrade tests in 3.3 --- .github/workflows/upgrade-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/upgrade-tests.yml b/.github/workflows/upgrade-tests.yml index 69e94461e237..8e256a800ee3 100644 --- a/.github/workflows/upgrade-tests.yml +++ b/.github/workflows/upgrade-tests.yml @@ -6,7 +6,8 @@ on: - 'kong/db/migrations/**' - 'spec/05-migration/**' - 'kong/enterprise_edition/db/migrations/**' - - '.github/workflows/upgrade-tests.yml' + # The build on 3.3 has started failing and it is very unlikely that someone will upgrade to 3.3 at this point. Deactivating the tests + #- '.github/workflows/upgrade-tests.yml' - 'kong/plugins/*/migrations/**' - 'plugins-ee/**/migrations/**' push: