From eec3b8739ec839b6e91913451ce0aea632918d87 Mon Sep 17 00:00:00 2001 From: Jigar-f Date: Tue, 3 Dec 2024 12:40:39 +0530 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ae9a2b71..03d311741 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,9 +18,6 @@ jobs: strategy: matrix: os: [ubuntu-latest-16-cores, windows-latest] - concurrency: - group: test-ci-${{ github.ref }} - cancel-in-progress: true steps: - name: Checkout code uses: actions/checkout@v4