Skip to content

Commit f37dd7a

Browse files
committed
hotfix
1 parent 91fe42b commit f37dd7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
cargo-audit:
213213
name: cargo audit
214214
runs-on: SubtensorCI
215-
if: ${{ github.event_name == 'push' || (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'skip-cargo-audit')) }}
215+
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-cargo-audit') }}
216216
steps:
217217
- name: Check-out repositoroy under $GITHUB_WORKSPACE
218218
uses: actions/checkout@v4

0 commit comments

Comments
 (0)