chore: add quality-checks workflow to nightly build process

This commit is contained in:
GitHub Actions
2026-02-18 02:53:41 +00:00
parent 6ca420c82c
commit a5c4a3e36c

View File

@@ -97,6 +97,7 @@ jobs:
const workflows = [
{ id: 'e2e-tests-split.yml' },
{ id: 'quality-checks.yml' },
{ id: 'codecov-upload.yml', inputs: { run_backend: 'true', run_frontend: 'true' } },
{ id: 'security-pr.yml' },
{ id: 'supply-chain-verify.yml' },