mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
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
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cargo-deny.yml
vendored
1
.github/workflows/cargo-deny.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue