Skip to content

Commit

Permalink
fix cargo audit label
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Oct 29, 2024
1 parent d81cbaa commit 653ba75
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/check-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,16 +212,7 @@ jobs:
cargo-audit:
name: cargo audit
runs-on: SubtensorCI
strategy:
matrix:
rust-branch:
- stable
rust-target:
- x86_64-unknown-linux-gnu
# - x86_64-apple-darwin
os:
- ubuntu-latest
# - macos-latest
if: ${{ github.event_name == 'push' || (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'audit')) }}
steps:
- name: Check-out repositoroy under $GITHUB_WORKSPACE
uses: actions/checkout@v4
Expand Down

0 comments on commit 653ba75

Please sign in to comment.