mirror of https://github.com/apache/cloudstack.git
.github: run coverage on pull request (#6265)
The pull_request_target doesn't seem to work for PRs from forks, this reverts to use and kick the workflow for pull_request instead. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
cfa4f33940
commit
2dcdc56115
|
|
@ -17,9 +17,7 @@
|
|||
|
||||
name: PR Quality Check
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [synchronize]
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in New Issue