Skip to content

Commit 9067938

Browse files
committed
.github: try kicking coverage via pull_request_target sync
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent cd24cf2 commit 9067938

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/coverage-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717

1818
name: PR Quality Check
1919

20-
on: [pull_request_target]
20+
on:
21+
pull_request_target:
22+
types: [synchronize]
2123

2224
jobs:
2325
build:

0 commit comments

Comments
 (0)