Avoid running `cargo audit` on forks (#3473)
Don't run the cargo audit nonsense on forks
This commit is contained in:
parent
64ed21f694
commit
20bbe6cdcc
|
|
@ -7,6 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cargo-deny:
|
cargo-deny:
|
||||||
|
if: github.repository == 'GraphiteEditor/Graphite' # Don't run on forks by default
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue