From 2512aacac91310e2ad19fdb92a288cc62b364726 Mon Sep 17 00:00:00 2001 From: Kuba Wieczorek Date: Thu, 13 Apr 2023 18:10:17 +0000 Subject: [PATCH] backport of commit e78d9a3052f26db2db8b3c59c4b1c02bba1177f9 --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8977f403752..81d9307ae6ee 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')