Skip to content

Commit 8c72c5d

Browse files
authored
Github Actions pull_request synchronize runs on PR open anyway (matrix-org#2418)
1 parent 9329375 commit 8c72c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Pull Request
22
on:
33
pull_request_target:
4-
types: [ opened, edited, labeled, unlabeled, synchronize ]
4+
types: [ edited, labeled, unlabeled, synchronize ]
55
concurrency:
66
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
77
cancel-in-progress: true

0 commit comments

Comments
 (0)