Skip to content

Commit c6ad3db

Browse files
committed
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
2 parents fc5d0cc + ee91b5b commit c6ad3db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ env:
1515
jobs:
1616
deploy:
1717
runs-on: ubuntu-latest
18+
if: github.repository == 'rust-lang/rust-clippy'
1819

1920
steps:
2021
# Setup

0 commit comments

Comments
 (0)