We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a082fd2 commit 4415169Copy full SHA for 4415169
.github/workflows/main.yml
@@ -160,7 +160,8 @@ jobs:
160
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --no-cache --test opencloud/opencloud-desktop
161
162
- name: Clang tidy
163
- if: github.event_name != 'pull_request'
+ # disable for now
164
+ if: ${{ false && github.event_name != 'pull_request' }}
165
run: |
166
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c libs/llvm python-modules/pip
167
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --run python3 -m pip install clang-html
0 commit comments