From 09f0dc38f2f9954afbb8ee941a2a793c839b7045 Mon Sep 17 00:00:00 2001 From: Refringe Date: Wed, 18 Jun 2025 13:23:49 -0400 Subject: [PATCH] Prevents recursive formatting action runs. --- .github/workflows/dotnet-format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dotnet-format.yml b/.github/workflows/dotnet-format.yml index 6eeeca01..563ac220 100644 --- a/.github/workflows/dotnet-format.yml +++ b/.github/workflows/dotnet-format.yml @@ -10,6 +10,7 @@ on: jobs: dotnet-format: + if: "!contains(github.event.head_commit.message, '.NET Format Style Fixes')" runs-on: ubuntu-latest permissions: contents: write