Skip to content

Commit 43adc8a

Browse files
[CI] Enable pr-code-format workflow for intel/llvm repo (#12184)
To experiment with the suggestion in #12085. Note that `pull_request_target` means we cannot test this before we merge it.
1 parent 0cd0b76 commit 43adc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-code-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66
jobs:
77
code_formatter:
88
runs-on: ubuntu-latest
9-
if: github.repository == 'llvm/llvm-project'
9+
if: github.repository == 'llvm/llvm-project' || github.repository == 'intel/llvm'
1010
steps:
1111
- name: Fetch LLVM sources
1212
uses: actions/checkout@v4

0 commit comments

Comments
 (0)