mirror of https://github.com/vector-im/riot-web
Fix gha concurrency conditions (#8702)
parent
f3f14afbbf
commit
7efd7b67ea
|
@ -2,6 +2,9 @@ name: Pull Request
|
|||
on:
|
||||
pull_request_target:
|
||||
types: [ opened, edited, labeled, unlabeled, synchronize ]
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
changelog:
|
||||
name: Preview Changelog
|
||||
|
|
|
@ -5,7 +5,7 @@ on:
|
|||
types:
|
||||
- completed
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
prdetails:
|
||||
|
|
Loading…
Reference in New Issue