mirror of https://github.com/vector-im/riot-web
Github Actions pull_request synchronize runs on PR open anyway (#22396)
* Github Actions pull_request synchronize runs on PR open anyway * Update pull_request.yamlpull/22414/head
parent
7c8ded1526
commit
4a91c172b2
|
@ -2,9 +2,7 @@ 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
|
||||
concurrency: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
|
||||
jobs:
|
||||
changelog:
|
||||
name: Preview Changelog
|
||||
|
|
Loading…
Reference in New Issue