We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e49122 commit 0805889Copy full SHA for 0805889
.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