Skip to content

Commit 8eb5292

Browse files
reludmergify[bot]
authored andcommitted
Submit commits to Glean probe-scraper
to validate and publish metrics, per https://mozilla.github.io/glean/book/user/adding-glean-to-your-project/enable-data-ingestion.html#validate-and-publish-metrics > After your product has been enabled, you must submit commits to probe scraper to validate and publish metrics. Metrics will only be published from branches defined in probe scraper's repositories.yaml, or the Git default branch if not explicitly configured. This should happen on every CI run to the specified branches. Nightly jobs will then automatically add published metrics to the Glean Dictionary and other data platform tools.
1 parent 4d2d862 commit 8eb5292

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Glean probe-scraper
3+
on:
4+
push:
5+
branches: [master]
6+
pull_request:
7+
branches: [master]
8+
jobs:
9+
glean-probe-scraper:
10+
uses: mozilla/probe-scraper/.github/workflows/glean.yaml@main

0 commit comments

Comments
 (0)