mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-13 10:29:16 +00:00
Auto merge of #5222 - JohnTitor:dont-deploy, r=flip1995
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
This commit is contained in:
commit
c6ad3db8b5
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@ -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
Block a user