Skip to content

Commit

Permalink
chore(ci): disable the audit check on the iceberg side temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Li0k committed Sep 29, 2024
1 parent e1ef338 commit 2f2574c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2f2574c

Please sign in to comment.