Compare commits
1 commit
76fd026db4
...
bae37e3eca
Author | SHA1 | Date | |
---|---|---|---|
bae37e3eca |
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ runs:
|
|||
- name: Download previous report
|
||||
uses: https://git.salame.cl/actions/download-artifact@d8d0a99033603453ad2255e58720b460a0555e1e # v4
|
||||
# Ensure the previous step succeeded
|
||||
if: steps.previous_report.outcome == 'success'
|
||||
if: inputs.do-comparison == 'true' && steps.previous_report.outcome == 'success'
|
||||
with:
|
||||
name: ${{ inputs.artifact-name }}
|
||||
github-token: ${{ inputs.github-token }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue