Skip to content

Commit 21845e2

Browse files
authored
ci: don't run metrics on forks (#1075)
1 parent 5d15a51 commit 21845e2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/metrics.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ name: SDK metrics
22

33
on:
44
push:
5-
branches: [main]
6-
pull_request:
75
paths:
86
- .github/workflows/metrics.yml
97
- dart/**
108
- flutter/**
119
- metrics/**
10+
branches-ignore:
11+
- deps/**
12+
- dependabot/**
13+
tags-ignore: [ '**' ]
1214

1315
jobs:
1416
metrics:

0 commit comments

Comments
 (0)