mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-13 16:32:10 +02:00
Revert "Github Actions pull_request synchronize runs on PR open anyway" (#8720)
* Revert "Github Actions pull_request synchronize runs on PR open anyway (#8718)" This reverts commit eaace4b4d1fe1758f75acc197986ce7eaf687f20. * Update pull_request.yaml
This commit is contained in:
parent
af6ded3b0b
commit
e87ef3b6ab
6
.github/workflows/pull_request.yaml
vendored
6
.github/workflows/pull_request.yaml
vendored
@ -1,10 +1,8 @@
|
|||||||
name: Pull Request
|
name: Pull Request
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [ edited, labeled, unlabeled, synchronize ]
|
types: [ opened, edited, labeled, unlabeled, synchronize ]
|
||||||
concurrency:
|
concurrency: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
jobs:
|
jobs:
|
||||||
changelog:
|
changelog:
|
||||||
name: Preview Changelog
|
name: Preview Changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user