Skip to content

Commit 52d5ed6

Browse files
authored
Merge pull request #153 from linkorb/improve-review-workflow-0000
perf: avoid workflows from retriggering on edited PR #0000
2 parents e79d5a8 + 49a874e commit 52d5ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/.github/workflows/10-review.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Review
33

44
on:
55
pull_request_target:
6-
types: [opened, edited, reopened, synchronize]
6+
types: [opened, reopened, synchronize]
77
workflow_call:
88

99
jobs:

0 commit comments

Comments
 (0)