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