Skip to content

Commit 4c0bffb

Browse files
committed
always run report
1 parent 444db54 commit 4c0bffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ jobs:
916916
vulnerability-check: false
917917
- name: "Report"
918918
# make sure this step runs even if the previous failed
919-
if: ${{ failure() && steps.review.conclusion == 'failure' }}
919+
# if: ${{ failure() && steps.review.conclusion == 'failure' }}
920920
shell: bash
921921
env: # store comment HTML data in an environment variable
922922
VULNERABLE_CHANGES: ${{ steps.review.outputs.invalid-license-changes }}

0 commit comments

Comments
 (0)