Update tests.yml

pull/28788/head^2
Michael Telatynski 2023-02-21 09:57:43 +00:00 committed by GitHub
parent 0aead925d3
commit d6458133e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ on:
types: [upstream-sdk-notify] types: [upstream-sdk-notify]
workflow_call: workflow_call:
inputs: inputs:
disable_coverage:
type: boolean
required: false
description: "Specify true to skip generating and uploading coverage for tests"
matrix-js-sdk-sha: matrix-js-sdk-sha:
type: string type: string
required: false required: false