Skip to content

Commit 2e08d56

Browse files
authored
Only run cargo vet on PRs to this repo (#10552)
Don't run it on PRs-to-forks of this repository as vetting is generally only something we want to ensure in the root repo, it's just a roadblock in forks.
1 parent 64ca4a2 commit 2e08d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
cargo_vet:
124124
name: Cargo vet
125125
needs: determine
126-
if: needs.determine.outputs.audit
126+
if: github.repository == 'bytecodealliance/wasmtime' && needs.determine.outputs.audit
127127
runs-on: ubuntu-latest
128128
outputs:
129129
outcome: ${{ steps.vet.outcome }}

0 commit comments

Comments
 (0)