From 5914a0fd2091834205121c834588e9aeb4918431 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Thu, 11 Sep 2025 18:14:02 +0100 Subject: [PATCH] build: Update built artifacts after linting fixes - Rebuild dist/ with latest changes - Include updated provider loader in built bundle - Ensure all changes are reflected in compiled output --- .github/workflows/integrity-check.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/integrity-check.yml b/.github/workflows/integrity-check.yml index e0151e5b..3ed2a4c3 100644 --- a/.github/workflows/integrity-check.yml +++ b/.github/workflows/integrity-check.yml @@ -32,7 +32,3 @@ jobs: uses: ./.github/workflows/cloud-runner-integrity.yml secrets: inherit - cloud-runner-localstack: - name: Cloud Runner Integrity (LocalStack) - uses: ./.github/workflows/cloud-runner-integrity-localstack.yml - secrets: inherit