From 01ffe188b3acfcc540a791cba4f87e3242244f79 Mon Sep 17 00:00:00 2001 From: James Gunn Date: Fri, 29 Sep 2023 12:20:06 +0100 Subject: [PATCH] Prevent multiple DQT tests jobs running concurrently (#844) --- .github/workflows/pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 95c36cbdf..bf68708e9 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -159,6 +159,7 @@ jobs: runs-on: ubuntu-latest needs: [build] if: ${{ needs.build.outputs.run_crm_integration_tests == 'true' }} + concurrency: dqt-tests env: MSSQL_DB: dqtreports