From 32265f47aa1fdc6e141454ef78683606e0bf6c15 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sat, 6 Sep 2025 03:23:11 +0100 Subject: [PATCH] ci: run localstack pipeline in integrity check --- .github/workflows/integrity-check.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/integrity-check.yml b/.github/workflows/integrity-check.yml index e70ad3ee..e0151e5b 100644 --- a/.github/workflows/integrity-check.yml +++ b/.github/workflows/integrity-check.yml @@ -31,3 +31,8 @@ jobs: name: Cloud Runner Integrity 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