Skip to content

Commit 8b626d5

Browse files
committed
disable
1 parent 3b804cd commit 8b626d5

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/asan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ permissions:
1818
jobs:
1919
build:
2020

21+
if: false
22+
2123
runs-on: ubuntu-22.04
2224

2325
env:

.github/workflows/tsan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ permissions:
1818
jobs:
1919
build:
2020

21+
if: false
22+
2123
runs-on: ubuntu-22.04
2224

2325
env:

0 commit comments

Comments
 (0)