Skip to content

Commit af7093c

Browse files
committed
Enable the formatting workflow for llvm/clangir
1 parent 3adad6b commit af7093c

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/clangir'
1010
steps:
1111
- name: Fetch LLVM sources
1212
uses: actions/checkout@v4

0 commit comments

Comments
 (0)