Skip to content

Commit

Permalink
allow skipping cargo audit (somehow this was removed??)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Oct 29, 2024
1 parent d81cbaa commit 8ac1055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ jobs:
cargo-audit:
name: cargo audit
runs-on: SubtensorCI
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-cargo-audit') }}
strategy:
matrix:
rust-branch:
Expand Down

0 comments on commit 8ac1055

Please sign in to comment.