From 664b2f0089d5f823fdbd46331c10720b1a4991f5 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Mon, 20 Jan 2025 23:52:47 -0500 Subject: [PATCH] add concurrency to git workflow --- .github/workflows/deployment-pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) 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