CI: fix eslint failures and serialize workflows on single runner.
CI / test (push) Has been cancelled
Deploy IFT (admin) / deploy-ift-admin (push) Failing after 1m4s

Downgrade legacy lint rules to warnings, fix AdminLayout NodeMetric typing, shared concurrency group for CI and deploy-ift.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-10 22:16:03 +03:00
parent e6c7e65982
commit 45575fdea0
4 changed files with 24 additions and 6 deletions
+6 -1
View File
@@ -5,11 +5,16 @@ on:
branches: [master, main]
pull_request:
concurrency:
group: eventhub-frontadmin-${{ github.ref }}
cancel-in-progress: false
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with: