Skip to content

Commit b687e15

Browse files
author
Petr Sramek
committed
whhhaaaat
1 parent 6320d9d commit b687e15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
pull_request:
77
branches: [ 'main' ]
88

9-
concurrency: ${{ github.ref }}
10-
119
env:
1210
dotnet_version: ${{ vars.DOTNET_VERSION }}
1311

12+
concurrency: ${{ github.ref }}
13+
1414
jobs:
1515
build:
1616
name: Build with .NET ${{ env.$dotnet_version }}

0 commit comments

Comments
 (0)