Skip to content

Commit

Permalink
Auto merge of #5222 - JohnTitor:dont-deploy, r=flip1995
Browse files Browse the repository at this point in the history
Do not run deploy action on other repos

Usually, we don't have to run deploy action on other repos, let's ignore there.

changelog: none
  • Loading branch information
bors committed Feb 24, 2020
2 parents fc5d0cc + ee91b5b commit c6ad3db
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 c6ad3db

Please sign in to comment.