Skip to content

Commit

Permalink
Switch to public GitHub Action Runners
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar authored Oct 2, 2023
1 parent 3571480 commit c11ad03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -18,4 +18,4 @@ jobs:
with:
dotnet-version: 7
- name: Build
run: "dotnet build"
run: "dotnet build"

0 comments on commit c11ad03

Please sign in to comment.