Do not run deploy action on other repos
This commit is contained in:
parent
fc5d0cc583
commit
ee91b5b2dd
|
@ -15,6 +15,7 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository == 'rust-lang/rust-clippy'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Setup
|
# Setup
|
||||||
|
|
Loading…
Reference in New Issue