Chore: Disabling fe-unit-tests github action in release branches (#102361)

This commit is contained in:
Denis Vodopianov
2025-03-18 13:24:45 +01:00
committed by GitHub
parent a4d98e465f
commit b28e552a9b
+2 -1
View File
@@ -4,7 +4,8 @@ on:
push:
branches:
- main
- release-*.*.*
# Commenting out to unblock backports to release branches
# - release-*.*.*
jobs:
frontend-unit-tests: