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 610becc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 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
1 change: 1 addition & 0 deletions .github/workflows/cloud_code_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:

jobs:
deployment:
if: false
runs-on: ubuntu-latest
steps:
- name: codeScan
Expand Down

0 comments on commit 610becc

Please sign in to comment.