mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Avoid running cargo audit on forks (#3473)
Don't run the cargo audit nonsense on forks
This commit is contained in:
1
.github/workflows/cargo-deny.yml
vendored
1
.github/workflows/cargo-deny.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user