Skip to content

Commit 59e11e8

Browse files
Merge pull request #62 from Bandwidth/DX-2944
DX-2944 Updating Concurrency for Test Workflow
2 parents 878a78a + 00cf4fd commit 59e11e8

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)