mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 13:13:34 +00:00
Do not run deploy action on other repos
This commit is contained in:
parent
fc5d0cc583
commit
ee91b5b2dd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
@ -15,6 +15,7 @@ env:
|
|||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'rust-lang/rust-clippy'
|
||||
|
||||
steps:
|
||||
# Setup
|
||||
|
|
Loading…
Reference in a new issue