We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d81cbaa commit 653ba75Copy full SHA for 653ba75
.github/workflows/check-rust.yml
@@ -212,16 +212,7 @@ jobs:
212
cargo-audit:
213
name: cargo audit
214
runs-on: SubtensorCI
215
- strategy:
216
- matrix:
217
- rust-branch:
218
- - stable
219
- rust-target:
220
- - x86_64-unknown-linux-gnu
221
- # - x86_64-apple-darwin
222
- os:
223
- - ubuntu-latest
224
- # - macos-latest
+ if: ${{ github.event_name == 'push' || (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'audit')) }}
225
steps:
226
- name: Check-out repositoroy under $GITHUB_WORKSPACE
227
uses: actions/checkout@v4
0 commit comments