Skip to content

Commit cc976e1

Browse files
Merge pull request #60 from Bandwidth/DX-2944
DX-2944 Updating Concurrency for Test Workflow
2 parents f77566e + 6bb774f commit cc976e1

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
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
workflow_dispatch:
88

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

0 commit comments

Comments
 (0)