Skip to content

Commit 0805889

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

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)