Skip to content

Commit cd205ef

Browse files
Revert "[Github] Make PR formatting job only run with C/C++ changes (#69556)"
This reverts commit 80b2aac. I mistakenly assumed this job didn't also do python formatting (should've grepped for more than just black in the python portion of this script). Pulling it out for now to get python formatting working again while the patch is iterated further.
1 parent e4ea099 commit cd205ef

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

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

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
11
name: "Check code formatting"
2-
3-
on:
4-
pull_request_target:
5-
paths:
6-
- '**/*.cpp'
7-
- '**/*.c'
8-
- '**/*.h'
9-
- '**/*.inc'
10-
2+
on: pull_request_target
113
permissions:
124
pull-requests: write
135

146
jobs:
15-
cpp_code_formatter:
16-
name: "Check C++ Formatting"
7+
code_formatter:
178
runs-on: ubuntu-latest
189
steps:
1910
- name: Fetch LLVM sources

0 commit comments

Comments
 (0)