We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3137e9 commit 886ba05Copy full SHA for 886ba05
.github/workflows/pr-code-format.yml
@@ -6,7 +6,7 @@ permissions:
6
jobs:
7
code_formatter:
8
runs-on: ubuntu-latest
9
- if: github.repository == 'llvm/llvm-project' || github.repository == 'intel/llvm'
+ if: (github.repository == 'llvm/llvm-project' || github.repository == 'intel/llvm') && !contains(github.event.pull_request.labels.*.name, 'disable-lint')
10
steps:
11
- name: Fetch LLVM sources
12
uses: actions/checkout@v4
0 commit comments