Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/shared-ci-github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ on:
required: false
default: ${{ github.ref }}
type: string
sha:
description: "The sha of the commit that triggered the workflow run"
required: false
default: ${{ github.sha }}
type: string
tests-prefix:
description: "Workflows file name prefix to run as tests"
required: false
Expand Down Expand Up @@ -77,7 +82,7 @@ jobs:
workflow_file_name: ${{ matrix.env }}
ref: ${{ inputs.ref }}
wait_interval: 10
client_payload: '{"ref":"${{ inputs.ref }}"}'
client_payload: '{"ref":"${{ inputs.ref }}","sha":"${{ inputs.sha }}"}'
propagate_failure: true
trigger_workflow: true
wait_workflow: true