We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a6a27b commit 6054e18Copy full SHA for 6054e18
1 file changed
README.md
@@ -70,7 +70,7 @@ jobs:
70
fail_silently: false
71
72
- if: |-
73
- (steps.analyze-code-security-scc.outputs.iac_scan_result_sarif_path != '') && always()
+ ${{ !cancelled() && steps.analyze-code-security-scc.outputs.iac_scan_result_sarif_path != '' }}
74
uses: 'actions/upload-artifact@v4'
75
with:
76
name: 'sarif'
0 commit comments