We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c49eb commit ae5069bCopy full SHA for ae5069b
.github/workflows/differential-shellcheck.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
token: ${{ secrets.GITHUB_TOKEN }}
31
32
- - if: ${{ always() }}
+ - if: ${{ runner.debug == '1' && !cancelled() }}
33
name: Upload artifact with ShellCheck defects in SARIF format
34
uses: actions/upload-artifact@v4
35
0 commit comments