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
7d7a576f50
4 changed files with 50 additions and 13 deletions
|
@ -90,10 +90,12 @@ 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:
|
||||
PR_ID: ${{ steps.pr-number.outputs.pr-number }}
|
||||
ARTIFACT_NAME: ${{ inputs.artifact-name }}
|
||||
BASE_BRANCH: ${{ inputs.base-branch }}
|
||||
COMMENT_ID: ${{ steps.find-comment.outputs.comment-id }}
|
||||
DO_COMPARISON: ${{ inputs.do-comparison }}
|
||||
BASE_BRANCH: ${{ inputs.base-branch }}
|
||||
JOB_NAME: ${{ inputs.job-name }}
|
||||
PR_ID: ${{ steps.pr-number.outputs.pr-number }}
|
||||
run: |
|
||||
. "$GITHUB_ACTION_PATH/scripts/utils.sh"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue