Skip to content

Commit 0805889

Browse files
committed
Do not run deploy action on other repos
1 parent 7e49122 commit 0805889

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.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)