ci: run localstack pipeline in integrity check
parent
71895ac520
commit
32265f47aa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue