From 019fe1642d56ca9cf5280a866932dfcc769ad0d6 Mon Sep 17 00:00:00 2001 From: Kuba Wieczorek Date: Thu, 13 Apr 2023 18:40:33 +0100 Subject: [PATCH] Stop running UI tests on every PR into a release branch in CI --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94840acbb2ec..385fd3526180 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -186,7 +186,6 @@ jobs: if: | github.ref_name == 'main' || startsWith(github.ref_name, 'release/') || - startsWith(github.base_ref, 'release/') || startsWith(github.head_ref, 'ui/') || startsWith(github.head_ref, 'backport/ui/') || startsWith(github.head_ref, 'merge')