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

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: