Disabled failing jobs

pull/271/head
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

View File

@ -54,6 +54,7 @@ jobs:
build/data/
sync-test-ubuntu-msan:
if: ${{ false }} # disable for now
timeout-minutes: 30
runs-on: ubuntu-22.04