Skip to content

Commit 69b7ac8

Browse files
committed
fix again
1 parent a389bcd commit 69b7ac8

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: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-cargo-audit') }}
215+
if: ${{ github.event_name != 'push' && !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)