From 5c862435a63a727d34ca529f8ebd313483b470f1 Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 13 Sep 2024 17:21:58 +0800 Subject: [PATCH] disable github ci temporarily. --- .github/workflows/ci.yml | 3 +++ .github/workflows/cloud_code_scan.yml | 15 --------------- 2 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 .github/workflows/cloud_code_scan.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 530cd5cd56..c9b19a3645 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -61,6 +62,7 @@ jobs: run: df -h ut_asan: + if: false runs-on: ubuntu-latest steps: - name: Delete huge unnecessary tools folder @@ -105,6 +107,7 @@ jobs: run: df -h it: + if: false runs-on: ubuntu-latest steps: - name: Delete huge unnecessary tools folder diff --git a/.github/workflows/cloud_code_scan.yml b/.github/workflows/cloud_code_scan.yml deleted file mode 100644 index 01304e4d48..0000000000 --- a/.github/workflows/cloud_code_scan.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Alipay Cloud Devops Codescan -on: - pull_request_target: - -jobs: - deployment: - runs-on: ubuntu-latest - steps: - - name: codeScan - if: ${{ github.repository == 'TuGraph-family/tugraph-db' }} - uses: TuGraph-family/alipay-cloud-devops-codescan@main - with: - parent_uid: ${{ secrets.ALI_PID }} - private_key: ${{ secrets.ALI_PK }} -