diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 4e6b5ef..451976e 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -13,6 +13,7 @@ jobs: build: # The type of runner that the job will run on runs-on: windows-latest + if: "!contains(github.event.head_commit.message, '-noci')" # Steps represent a sequence of tasks that will be executed as part of the job steps: