Skip to content

Commit 08adebd

Browse files
authored
From dotnet restore from PR build (#467)
1 parent d948caa commit 08adebd

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/pull-request-linux.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636
- name: Add permission to run shell
3737
run: chmod -R +x *.sh
3838

39-
- name: Restore dependencies
40-
run: ./build-restore.sh
41-
4239
- name: Initialize CodeQL
4340
uses: github/codeql-action/init@v2
4441
with:

.github/workflows/pull-request.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
with:
3434
dotnet-version: 8.0.101
3535

36-
- name: Restore dependencies
37-
run: ./build-restore.cmd
38-
3936
- name: Initialize CodeQL
4037
uses: github/codeql-action/init@v2
4138
with:

0 commit comments

Comments
 (0)