Fix workflow: remove checkout step (Forgejo auto-clones repo)
Some checks failed
Build & Test / build (push) Failing after 2s
Build & Test / publish-client (push) Has been skipped
Build & Test / publish-api (push) Has been skipped

This commit is contained in:
OpenClaw CI 2026-06-07 20:07:13 +00:00
parent 865a7da928
commit 96610eabe9

View file

@ -11,9 +11,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: mcr.microsoft.com/dotnet/sdk:10.0 container: mcr.microsoft.com/dotnet/sdk:10.0
steps: steps:
- name: Checkout
uses: actions/checkout@v4
- name: Restore dependencies - name: Restore dependencies
run: dotnet restore run: dotnet restore
@ -29,9 +26,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: mcr.microsoft.com/dotnet/sdk:10.0 container: mcr.microsoft.com/dotnet/sdk:10.0
steps: steps:
- name: Checkout
uses: actions/checkout@v4
- name: Publish Blazor WASM Client - name: Publish Blazor WASM Client
run: dotnet publish src/CalorieTracker.Client -c Release -o /tmp/publish/client run: dotnet publish src/CalorieTracker.Client -c Release -o /tmp/publish/client