Skip to content

Commit 9715962

Browse files
committed
Fix condition in test workflow
1 parent 73fbfb0 commit 9715962

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/__upload-quality-sarif.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/upload-quality-sarif.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ steps:
2222
ref: 'refs/heads/main'
2323
sha: '5e235361806c361d4d3f8859e3c897658025a9a2'
2424
- name: "Check output from `upload-sarif` step"
25-
if: !(fromJSON(steps.upload-sarif.outputs.sarif-ids).code-quality)
25+
if: '!(fromJSON(steps.upload-sarif.outputs.sarif-ids).code-quality)'
2626
run: exit 1

0 commit comments

Comments
 (0)