caterium-app/.github/workflows
pavlov346346-source a98e636937 fix: gate production promotion on QA success; remove dead data-layer files
promote-production.yml triggered on push to main independently of
qa.yml, with no branch protection configured on the repo - a failing
QA run (npm audit, static security tests, e2e) never blocked
production. Switch it to the same workflow_run pattern deploy-timeweb.yml
already uses: only promote the exact commit QA just passed.

Also removes public/core/data-layer-v1770/1771/1772.js: only v1773 is
ever loaded (index.html, performance.js's loadDataLayer, service-worker
cache all reference v1773 only) - the older three were dead weight
shipped to every visitor.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-12 14:08:38 +03:00
..
deploy-timeweb.yml ci: verify refreshed Timeweb PWA cache 2026-09-12 08:14:53 +03:00
fix-order-total-v1774.yml Fix incorrect order totals from hidden orphan lines 2026-09-11 13:19:24 +03:00
promote-production.yml fix: gate production promotion on QA success; remove dead data-layer files 2026-09-12 14:08:38 +03:00
qa.yml Fix high-severity npm audit findings 2026-09-11 07:51:06 +03:00