From 90db5f268219efbb197d7a0038820ab55303605f Mon Sep 17 00:00:00 2001 From: Krishna Agarwal <159047652+krishnaa05@users.noreply.github.com> Date: Thu, 5 Jun 2025 09:48:12 -0500 Subject: [PATCH] Remove concurrency from integration_tests.yaml --- .github/workflows/integration_tests.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 8430bd9..40ba758 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -2,10 +2,6 @@ name: Integration Tests on: pull_request -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true - jobs: integration_tests: name: Integration tests