Skip to content

Commit 2a0146f

Browse files
committed
Cnacel old runs
1 parent 82954d1 commit 2a0146f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
name: .NET
1+
name: dotnet
22

33
on:
44
push:
55
branches: [ master ]
66
pull_request:
77
branches: [ master ]
8+
9+
concurrency:
10+
group: dotnet-${{ github.ref }}-1
11+
cancel-in-progress: true
812

913
jobs:
1014
build:
@@ -14,7 +18,7 @@ jobs:
1418
steps:
1519
- uses: actions/checkout@v2
1620
- name: Setup .NET
17-
uses: actions/setup-dotnet@v1
21+
uses: actions/setup-dotnet@v2
1822
with:
1923
dotnet-version: 7.0.x
2024
include-prerelease: true

0 commit comments

Comments
 (0)