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 b28e552a9b.
pull/102371/head
Denis Vodopianov 4 months ago committed by GitHub
parent 0bafd4e99d
commit 7a01d39025
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .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:

Loading…
Cancel
Save