Model/.github/workflows
Jun-te Kim e816972c45 Move the fastapi Lambda zip-size gate into the PR test suite
deploy_terraform.yml only triggers on push to dev/prod — by the time
it runs, the change has already merged to main and rolled into dev.
That's exactly how the size regression sat undetected for weeks: it
only ever surfaced deep inside terraform apply on dev.

Drop the fast_api_lambda_zip_size_check job from deploy_terraform.yml
and instead add tests/test_lambda_zip_size.py, which runs
backend/app/requirements/check_lambda_zip_size.py as part of the
existing pytest tests/ suite. ddd_tests.yml already runs that suite
on `pull_request: branches: ["**"]`, so this now fails the PR before
anything merges to main, rather than failing the dev deploy after.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-06 13:28:24 +00:00
..
_build_image.yml epc token added 2026-05-20 15:43:41 +00:00
_deploy_lambda.yml actually deploy lambda 2026-06-23 08:46:23 +00:00
_smoke_test_lambda.yml smoke tests 2026-05-14 16:49:45 +00:00
cml.yml Update cml.yml 2023-09-05 00:08:53 +01:00
ddd_tests.yml ddd tests 2026-06-02 15:31:42 +00:00
deploy_fastapi_backend.yml ci: disable integration/deploy/protect workflows (Actions minutes) 2026-06-24 07:56:42 +00:00
deploy_terraform.yml Move the fastapi Lambda zip-size gate into the PR test suite 2026-07-06 13:28:24 +00:00
integration_tests.yml ci: disable integration/deploy/protect workflows (Actions minutes) 2026-06-24 07:56:42 +00:00
lambda_smoke_tests.yml remove smoke tests from gh workflows 2026-06-24 11:35:30 +00:00
protect_releases.yml ci: disable integration/deploy/protect workflows (Actions minutes) 2026-06-24 07:56:42 +00:00
unit_tests.yml ci: disable unit_tests.yml workflow (Actions minutes) 2026-06-24 07:54:07 +00:00