mirror of
https://github.com/SChernykh/p2pool.git
synced 2025-01-03 09:19:24 +00:00
Re-enabled CI jobs
This commit is contained in:
parent
bd30a68e7d
commit
7f413ec994
2 changed files with 0 additions and 4 deletions
2
.github/workflows/clang-tidy.yml
vendored
2
.github/workflows/clang-tidy.yml
vendored
|
@ -4,8 +4,6 @@ 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
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
2
.github/workflows/test-sync.yml
vendored
2
.github/workflows/test-sync.yml
vendored
|
@ -54,8 +54,6 @@ 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