Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit e87ef3b

Browse files
authored
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 eaace4b. * Update pull_request.yaml
1 parent af6ded3 commit e87ef3b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pull_request.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Pull Request
22
on:
33
pull_request_target:
4-
types: [ edited, labeled, unlabeled, synchronize ]
5-
concurrency:
6-
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
7-
cancel-in-progress: true
4+
types: [ opened, edited, labeled, unlabeled, synchronize ]
5+
concurrency: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
86
jobs:
97
changelog:
108
name: Preview Changelog

0 commit comments

Comments
 (0)