Avoid running cargo audit on forks (#3473)

Don't run the cargo audit nonsense on forks
This commit is contained in:
James Lindsay 2025-12-22 11:27:10 +00:00 committed by GitHub
parent 64ed21f694
commit 20bbe6cdcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,7 @@ on:
jobs:
cargo-deny:
if: github.repository == 'GraphiteEditor/Graphite' # Don't run on forks by default
runs-on: ubuntu-latest
steps: