Skip to content

Commit

Permalink
Do not run deploy action on other repos
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Feb 24, 2020
1 parent fc5d0cc commit ee91b5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
jobs:
deploy:
runs-on: ubuntu-latest
if: github.repository == 'rust-lang/rust-clippy'

steps:
# Setup
Expand Down

0 comments on commit ee91b5b

Please sign in to comment.