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

Commit eaace4b

Browse files
authored
Github Actions pull_request synchronize runs on PR open anyway (#8718)
1 parent 5b520e8 commit eaace4b

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)