Disabled failing jobs

This commit is contained in:
SChernykh
2023-08-01 16:10:35 +02:00
parent 2ddb03e2be
commit 50e284357c
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ on: [push, pull_request]
jobs:
clang-tidy:
if: ${{ false }} # disable for now
runs-on: ubuntu-22.04