diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b507e13..64e7595 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ name: Continuous Integration jobs: test: - name: Build & Test + name: Build if: "!contains(github.event.head_commit.message, '[skip ci]')" runs-on: ubuntu-latest timeout-minutes: 10 @@ -29,7 +29,7 @@ jobs: dotnet-version: "5.0.x" - name: Compile - run: dotnet build -c Release --project UnionPatcher.Gui.Linux + run: dotnet build -c Release - uses: actions/upload-artifact@v2 with: