Skip to content

Commit 103b6b1

Browse files
author
Per Kops
committed
Change dotnet5-build to dotnet-build in workflow
1 parent 49c8959 commit 103b6b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- reopened
99

1010
jobs:
11-
dotnet5-build:
11+
dotnet-build:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
@@ -36,7 +36,7 @@ jobs:
3636
dotnet-test:
3737
runs-on: ubuntu-latest
3838
needs:
39-
- dotnet5-build
39+
- dotnet-build
4040
steps:
4141
- name: 🛒 Checkout repository
4242
uses: actions/checkout@v2

0 commit comments

Comments
 (0)