mirror of https://github.com/vector-im/riot-web
Update cypress.yaml
parent
eb6278df1d
commit
9b7176b0af
|
@ -7,7 +7,7 @@ on:
|
|||
- completed
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: ${{ workflow_run.event == 'pull_request' }}
|
||||
cancel-in-progress: ${{ github.event.workflow_run.event == 'pull_request' }}
|
||||
jobs:
|
||||
prepare:
|
||||
name: Prepare
|
||||
|
|
Loading…
Reference in New Issue