We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9580b7e commit 6225a95Copy full SHA for 6225a95
.github/workflows/pr-checks.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Upload sarif
31
uses: github/codeql-action/upload-sarif@v3
32
# Only upload SARIF for the latest version of Node.js
33
- if: "always() && matrix.node-types-version == 'current' && !startsWith(github.head_ref, 'dependabot/')"
+ if: "!cancelled() && matrix.node-types-version == 'current' && !startsWith(github.head_ref, 'dependabot/')"
34
with:
35
sarif_file: eslint.sarif
36
category: eslint
0 commit comments