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