From a302d75129c8a6a781945f4eb7796de4fdbd3a3d Mon Sep 17 00:00:00 2001 From: devops-engineer Date: Thu, 7 May 2026 18:23:05 -0700 Subject: [PATCH] chore(ci): retrigger Handlers Postgres Integration for second-green proof MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Class B verification — second consecutive green run to demonstrate the fix isn't flaky. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/handlers-postgres-integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/handlers-postgres-integration.yml b/.github/workflows/handlers-postgres-integration.yml index ae03e6d5..05216b59 100644 --- a/.github/workflows/handlers-postgres-integration.yml +++ b/.github/workflows/handlers-postgres-integration.yml @@ -249,3 +249,4 @@ jobs: # already gone (e.g. concurrent rerun race), don't fail the job. docker rm -f "${PG_NAME}" >/dev/null 2>&1 || true echo "Cleaned up ${PG_NAME}" +