From e78d9a3052f26db2db8b3c59c4b1c02bba1177f9 Mon Sep 17 00:00:00 2001 From: Kuba Wieczorek Date: Thu, 13 Apr 2023 19:10:17 +0100 Subject: [PATCH] Stop running UI tests on every PR into a release branch in CI (#20149) --- .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')