Skip to content

Commit ee91b5b

Browse files
committed
Do not run deploy action on other repos
1 parent fc5d0cc commit ee91b5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
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)