From b28e552a9ba851f21432e887d4c3edbd32a16319 Mon Sep 17 00:00:00 2001 From: Denis Vodopianov Date: Tue, 18 Mar 2025 13:24:45 +0100 Subject: [PATCH] Chore: Disabling fe-unit-tests github action in release branches (#102361) --- .github/workflows/pr-frontend-unit-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-frontend-unit-tests.yml b/.github/workflows/pr-frontend-unit-tests.yml index 3cbdf944b61..e6a71ea7871 100644 --- a/.github/workflows/pr-frontend-unit-tests.yml +++ b/.github/workflows/pr-frontend-unit-tests.yml @@ -4,7 +4,8 @@ on: push: branches: - main - - release-*.*.* +# Commenting out to unblock backports to release branches +# - release-*.*.* jobs: frontend-unit-tests: