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 a389bcd commit 69b7ac8Copy full SHA for 69b7ac8
.github/workflows/check-rust.yml
@@ -212,7 +212,7 @@ jobs:
212
cargo-audit:
213
name: cargo audit
214
runs-on: SubtensorCI
215
- if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-cargo-audit') }}
+ if: ${{ github.event_name != 'push' && !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