Allow for running playwright tests upstream (#11959)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
30c37de29d
commit
e207798a8f
1 changed files with 8 additions and 0 deletions
8
.github/workflows/end-to-end-tests.yaml
vendored
8
.github/workflows/end-to-end-tests.yaml
vendored
|
@ -6,6 +6,14 @@ on:
|
|||
types:
|
||||
- completed
|
||||
|
||||
# support calls from other workflows for downstream testing
|
||||
workflow_call:
|
||||
inputs:
|
||||
react-sdk-repository:
|
||||
type: string
|
||||
required: true
|
||||
description: "The name of the github repository to check out and build."
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch || github.run_id }}
|
||||
cancel-in-progress: ${{ github.event.workflow_run.event == 'pull_request' }}
|
||||
|
|
Loading…
Reference in a new issue