Skip to content

Commit 647101c

Browse files
DX-2944 Updating Concurrency for Test Workflow
1 parent 55d5734 commit 647101c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ on:
1515
- WARNING
1616
- DEBUG
1717

18+
concurrency:
19+
group: ${{ github.workflow }}-${{ github.head_ref }}
20+
cancel-in-progress: true
21+
1822
jobs:
1923
test_production:
2024
name: Test Production

0 commit comments

Comments
 (0)