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 8580383 commit 9dd5014Copy full SHA for 9dd5014
1 file changed
.github/workflows/codeql-critical-quality.yml
@@ -144,6 +144,7 @@ permissions:
144
jobs:
145
quality-shards:
146
name: Select Critical Quality shards
147
+ if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.draft }}
148
runs-on: blacksmith-4vcpu-ubuntu-2404
149
timeout-minutes: 5
150
outputs:
0 commit comments