Skip to content

Commit

Permalink
Prevent multiple DQT tests jobs running concurrently (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad authored Sep 29, 2023
1 parent 703019d commit 01ffe18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01ffe18

Please sign in to comment.