Skip to content

Commit 8fad645

Browse files
DX-2944 Updating Concurrency for Test Workflow
1 parent 90c11f2 commit 8fad645

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
pull_request:
66
workflow_dispatch:
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.head_ref }}
10+
cancel-in-progress: true
11+
812
jobs:
913
test:
1014
name: Test

0 commit comments

Comments
 (0)