Skip to content

Commit 9c3e55d

Browse files
authored
fix tester workflow
Revert change in #646, from on_pr_target -> on_pr (#692)
1 parent 256ac9d commit 9c3e55d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tester.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Testing Pull Request"
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
branches:
66
- "master"
77
- "dev"
@@ -75,4 +75,4 @@ jobs:
7575
threshold: 80.123
7676
fail: true
7777
publish: true
78-
coverage-summary-title: "Code Coverage Summary"
78+
coverage-summary-title: "Code Coverage Summary"

0 commit comments

Comments
 (0)