ci: test both push and pull_request events
All checks were successful
All checks were successful
I think we have a bug with pull_request events so...
This commit is contained in:
parent
ca72db2a3b
commit
e5c9b8ab90
4 changed files with 42 additions and 10 deletions
|
@ -90,6 +90,7 @@ runs:
|
|||
# We want to generate a comment and we we able to find the PR number
|
||||
if: inputs.comment-on-pr == 'true' && steps.pr-number.outputs.pr-number != ''
|
||||
env:
|
||||
ARTIFACT_NAME: ${{ inputs.artifact-name }}
|
||||
PR_ID: ${{ steps.pr-number.outputs.pr-number }}
|
||||
COMMENT_ID: ${{ steps.find-comment.outputs.comment-id }}
|
||||
DO_COMPARISON: ${{ inputs.do-comparison }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue