Skip to content

Commit

Permalink
[CI] Enable code formatting check (clang-format) on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinschwarz committed May 1, 2024
1 parent 65c7368 commit d5670ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:
jobs:
code_formatter:
runs-on: ubuntu-latest
if: github.repository == 'llvm/llvm-project'
if: github.repository == 'Xilinx/llvm-aie'
steps:
- name: Fetch LLVM sources
uses: actions/checkout@v4
Expand Down

0 comments on commit d5670ad

Please sign in to comment.