mirror of https://github.com/vector-im/riot-web
Allow for running playwright tests upstream (#11959)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/28788/head^2
parent
30c37de29d
commit
e207798a8f
|
@ -6,6 +6,14 @@ on:
|
||||||
types:
|
types:
|
||||||
- completed
|
- 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:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch || github.run_id }}
|
||||||
cancel-in-progress: ${{ github.event.workflow_run.event == 'pull_request' }}
|
cancel-in-progress: ${{ github.event.workflow_run.event == 'pull_request' }}
|
||||||
|
|
Loading…
Reference in New Issue