Skip to content

Commit

Permalink
disable github ci temporarily.
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinLeeo committed Sep 13, 2024
1 parent 179546c commit 5c86243
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
# inside docker instead of running ut and it via Dockerfile.
jobs:
ut_no_asan:
if: false
runs-on: ubuntu-latest
steps:
- name: Delete huge unnecessary tools folder
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
run: df -h

ut_asan:
if: false
runs-on: ubuntu-latest
steps:
- name: Delete huge unnecessary tools folder
Expand Down Expand Up @@ -105,6 +107,7 @@ jobs:
run: df -h

it:
if: false
runs-on: ubuntu-latest
steps:
- name: Delete huge unnecessary tools folder
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/cloud_code_scan.yml

This file was deleted.

0 comments on commit 5c86243

Please sign in to comment.