Skip to content

Commit 3a6bd03

Browse files
authoredAug 8, 2023
Update unit-tests.yml
1 parent 639e787 commit 3a6bd03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/unit-tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
env:
88
FORCE_COLOR: 1
9+
concurrency:
10+
group: ci-unit-${{ github.head_ref || github.ref }}-${{ github.repository }}
11+
cancel-in-progress: true
912
jobs:
1013
unit-tests:
1114
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)
Please sign in to comment.