From 2f2574cea907114844f5e4d01e57cc3b5c6c5cc0 Mon Sep 17 00:00:00 2001 From: Li0k Date: Sun, 29 Sep 2024 16:35:18 +0800 Subject: [PATCH] chore(ci): disable the audit check on the iceberg side temporarily --- .github/workflows/audit.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 0d65b1aa8..bdb52b7f7 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -32,12 +32,12 @@ on: - "**/Cargo.toml" - "**/Cargo.lock" -jobs: - security_audit: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Install cargo-audit - run: cargo install cargo-audit - - name: Run audit check - run: cargo audit +# jobs: +# security_audit: +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v4 +# - name: Install cargo-audit +# run: cargo install cargo-audit +# - name: Run audit check +# run: cargo audit