We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc65ca commit d2ed575Copy full SHA for d2ed575
.github/workflows/build.yml
@@ -94,7 +94,7 @@ jobs:
94
uses: giraffate/clippy-action@13b9d32482f25d29ead141b79e7e04e7900281e0 # v1
95
env:
96
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
97
- if: env.GITHUB_TOKEN != null
+ if: env.GITHUB_TOKEN != null && github.event.pull_request.draft == false
98
with:
99
clippy_flags: --all-targets -- -D warnings
100
reporter: 'github-pr-review'
0 commit comments