mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
remove unnecessary restore
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
ae9d7dd639
commit
283d75c670
2 changed files with 1 additions and 6 deletions
3
.github/workflows/build-pr.yml
vendored
3
.github/workflows/build-pr.yml
vendored
|
@ -22,9 +22,6 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Restore dependencies and tools
|
||||
run: dotnet restore
|
||||
|
||||
- name: ReSharper CLI InspectCode
|
||||
uses: muno92/resharper_inspectcode@1.8.0
|
||||
with:
|
||||
|
|
4
.github/workflows/build-push.yml
vendored
4
.github/workflows/build-push.yml
vendored
|
@ -6,6 +6,7 @@ concurrency:
|
|||
on:
|
||||
push:
|
||||
branches: [ "test" ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
upload-solution:
|
||||
|
@ -20,9 +21,6 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Restore dependencies and tools
|
||||
run: dotnet restore
|
||||
|
||||
- name: Publish solution
|
||||
run: dotnet publish -c Release -r linux-x64 --no-self-contained -p:PublishReadyToRun=true
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue