Skip to content

Commit 5f918d9

Browse files
committed
ci: remove unnecessary pull_request_target
Signed-off-by: Alexis Asseman <[email protected]>
1 parent 483a712 commit 5f918d9

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/conventional_commits.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
name: "Lint PR"
22

33
on:
4-
pull_request_target:
5-
types:
6-
- opened
7-
- edited
8-
- synchronize
4+
pull_request:
95

106
jobs:
117
conventional-commits-check:

.github/workflows/dco_check.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
name: "Lint PR"
22

33
on:
4-
pull_request_target:
5-
types:
6-
- opened
7-
- edited
8-
- synchronize
4+
pull_request:
95

106
jobs:
117
# https://github.com/cncf/dcochecker

0 commit comments

Comments
 (0)