We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc5d0cc + ee91b5b commit c6ad3dbCopy full SHA for c6ad3db
.github/workflows/deploy.yml
@@ -15,6 +15,7 @@ env:
15
jobs:
16
deploy:
17
runs-on: ubuntu-latest
18
+ if: github.repository == 'rust-lang/rust-clippy'
19
20
steps:
21
# Setup
0 commit comments