Skip to content

Commit 4415169

Browse files
committed
CI: Disable clang tidy step for now
1 parent a082fd2 commit 4415169

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ jobs:
160160
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --no-cache --test opencloud/opencloud-desktop
161161
162162
- name: Clang tidy
163-
if: github.event_name != 'pull_request'
163+
# disable for now
164+
if: ${{ false && github.event_name != 'pull_request' }}
164165
run: |
165166
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c libs/llvm python-modules/pip
166167
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --run python3 -m pip install clang-html

0 commit comments

Comments
 (0)