Skip to content

Commit e7d6901

Browse files
committed
chore: fix test command
1 parent 0b8cbab commit e7d6901

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/dotnet-test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ name: .NET Testing
33
on:
44
pull_request:
55
branches:
6-
- '**'
7-
8-
concurrency:
9-
group: testing-${{ github.ref }}
10-
cancel-in-progress: true
6+
- "**"
117

128
concurrency:
139
group: testing-${{ github.ref }}

0 commit comments

Comments
 (0)