diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 8fce156..db09468 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -28,6 +28,10 @@ name: Integration Tests # WARNING: Integration tests create and destroy real resources on the target # node. Never run against production. +concurrency: + group: integration-tests + cancel-in-progress: false + on: push: branches: [ main ]