chore: remove quality-checks workflow from nightly build and weekly promotion jobs

This commit is contained in:
GitHub Actions
2026-02-18 00:55:53 +00:00
parent b60f305928
commit a421a348ca
3 changed files with 0 additions and 3 deletions

View File

@@ -96,7 +96,6 @@ jobs:
core.info(`Current nightly HEAD: ${nightlyHeadSha}`);
const workflows = [
{ id: 'quality-checks.yml' },
{ id: 'e2e-tests-split.yml' },
{ id: 'codecov-upload.yml', inputs: { run_backend: 'true', run_frontend: 'true' } },
{ id: 'security-pr.yml' },

View File

@@ -3,7 +3,6 @@ name: Quality Checks
on:
pull_request:
push:
workflow_dispatch:
concurrency:

View File

@@ -440,7 +440,6 @@ jobs:
core.info(`Current nightly HEAD for dispatch fallback: ${nightlyHeadSha}`);
const requiredWorkflows = [
{ id: 'quality-checks.yml' },
{ id: 'e2e-tests-split.yml' },
{ id: 'codeql.yml' },
{ id: 'codecov-upload.yml', inputs: { run_backend: 'true', run_frontend: 'true' } },