Skip to content

Commit 501ccc2

Browse files
authored
Update DCM triggers to match Dart DevTools (#2230)
1 parent 6b21ecf commit 501ccc2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dcm.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ name: Dart Code Metrics
44

55
on:
66
pull_request_target:
7-
types: [opened, reopened, labeled, unlabeled]
7+
# labeled and unlabeled are required along with open to re-run
8+
# workflow when the run-dcm-workflow label is added or removed.
9+
types: [opened, labeled, unlabeled]
810
branches:
911
- master
1012

0 commit comments

Comments
 (0)