mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-11-17 00:07:47 +00:00
Disabled failing jobs
This commit is contained in:
parent
2ddb03e2be
commit
50e284357c
2 changed files with 2 additions and 0 deletions
1
.github/workflows/clang-tidy.yml
vendored
1
.github/workflows/clang-tidy.yml
vendored
|
@ -4,6 +4,7 @@ on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
clang-tidy:
|
clang-tidy:
|
||||||
|
if: ${{ false }} # disable for now
|
||||||
|
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
|
|
1
.github/workflows/test-sync.yml
vendored
1
.github/workflows/test-sync.yml
vendored
|
@ -54,6 +54,7 @@ jobs:
|
||||||
build/data/
|
build/data/
|
||||||
|
|
||||||
sync-test-ubuntu-msan:
|
sync-test-ubuntu-msan:
|
||||||
|
if: ${{ false }} # disable for now
|
||||||
|
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
Loading…
Reference in a new issue