diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 326ef55..edc8e45 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ env: jobs: build: name: Build - runs-on: self-hosted + runs-on: ubuntu-latest if: "!contains(toJSON(github.event.head_commit.message), '[ci-skip]')" steps: - name: Checkout @@ -18,4 +18,4 @@ jobs: with: dotnet-version: 7 - name: Build - run: "dotnet build" \ No newline at end of file + run: "dotnet build"