diff --git a/.github/workflows/deployment-pipeline.yml b/.github/workflows/deployment-pipeline.yml index ece1b2f0e..0beb158b7 100644 --- a/.github/workflows/deployment-pipeline.yml +++ b/.github/workflows/deployment-pipeline.yml @@ -5,6 +5,10 @@ permissions: id-token: write contents: read +concurrency: + group: "infisical-core-deployment" + cancel-in-progress: false + jobs: infisical-tests: name: Integration tests