mirror of https://github.com/vector-im/riot-web
Update tests.yml
parent
5509b252c3
commit
c1001e2794
|
@ -15,6 +15,9 @@ on:
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
description: "The matrix-js-sdk SHA to use"
|
description: "The matrix-js-sdk SHA to use"
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
|
||||||
|
cancel-in-progress: true
|
||||||
env:
|
env:
|
||||||
# These must be set for fetchdep.sh to get the right branch
|
# These must be set for fetchdep.sh to get the right branch
|
||||||
REPOSITORY: ${{ github.repository }}
|
REPOSITORY: ${{ github.repository }}
|
||||||
|
|
Loading…
Reference in New Issue