ci: don't use pull_request_target with semantic PR title check (#37745)
This commit is contained in:
parent
8f3ef39f1e
commit
835ace243c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/semantic.yml
vendored
2
.github/workflows/semantic.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: "Check Semantic Commit"
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- edited
|
||||
|
|
Loading…
Reference in a new issue