We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444db54 commit 4c0bffbCopy full SHA for 4c0bffb
.github/workflows/ci.yaml
@@ -916,7 +916,7 @@ jobs:
916
vulnerability-check: false
917
- name: "Report"
918
# make sure this step runs even if the previous failed
919
- if: ${{ failure() && steps.review.conclusion == 'failure' }}
+ # if: ${{ failure() && steps.review.conclusion == 'failure' }}
920
shell: bash
921
env: # store comment HTML data in an environment variable
922
VULNERABLE_CHANGES: ${{ steps.review.outputs.invalid-license-changes }}
0 commit comments