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 653ba75 commit f94b4beCopy full SHA for f94b4be
.github/workflows/check-rust.yml
@@ -212,7 +212,7 @@ jobs:
212
cargo-audit:
213
name: cargo audit
214
runs-on: SubtensorCI
215
- if: ${{ github.event_name == 'push' || (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'audit')) }}
+ if: ${{ github.event_name == 'push' || (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'skip-cargo-audit')) }}
216
steps:
217
- name: Check-out repositoroy under $GITHUB_WORKSPACE
218
uses: actions/checkout@v4
0 commit comments