Skip to content

Commit 9ea39d7

Browse files
committed
condition
1 parent 50b1f7d commit 9ea39d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/actionsmetrics/event_reader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ func (reader *EventReader) ProcessWorkflowJobEvent(ctx context.Context, event in
213213
}
214214
}
215215

216-
if *e.WorkflowJob.Conclusion == "success" {
216+
if *e.WorkflowJob.Conclusion == "success" && repoName == "client" {
217217
trackedRepositories := map[string]bool{
218218
"client": true,
219219
"client-dev": true,

0 commit comments

Comments
 (0)