From 06a8ad07b0ddae74879f354db93a13da6a3ecf06 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 5 Jan 2024 16:52:41 -0800 Subject: [PATCH] Remove llvm-project restriction --- .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 5223089ee8a93d..304bbb64396eca 100644 --- a/.github/workflows/pr-code-format.yml +++ b/.github/workflows/pr-code-format.yml @@ -6,7 +6,6 @@ permissions: jobs: code_formatter: runs-on: ubuntu-latest - if: github.repository == 'llvm/llvm-project' steps: - name: Fetch LLVM sources uses: actions/checkout@v4