From bf47e71172e50faeabd3abc0cc0e69d0bb0098ab Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 30 May 2024 13:46:54 -0700 Subject: [PATCH] XXX: Debug --- .github/workflows/pr-code-format.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr-code-format.yml b/.github/workflows/pr-code-format.yml index 983838858ba43e..7c49ad960aed1e 100644 --- a/.github/workflows/pr-code-format.yml +++ b/.github/workflows/pr-code-format.yml @@ -11,7 +11,6 @@ on: jobs: code_formatter: runs-on: ubuntu-latest - if: github.repository == 'llvm/llvm-project' steps: - name: Fetch LLVM sources uses: actions/checkout@v4