Skip to content

Commit 8280ac1

Browse files
Copilotjpayne3506
andcommitted
Add concurrency control to unit test workflow
Co-authored-by: jpayne3506 <[email protected]>
1 parent 08b74d6 commit 8280ac1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
merge_group:
1111
types:
1212
- checks_requested
13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.ref }}
15+
cancel-in-progress: true
1316
jobs:
1417
unit-tests:
1518
strategy:

0 commit comments

Comments
 (0)