From 7256d92a9716dee57e7ea56da4aa8e7aa20723eb Mon Sep 17 00:00:00 2001 From: Braun Date: Fri, 8 Dec 2023 16:51:16 -0600 Subject: [PATCH] build(glean): adding the probe scrapper gha as required by Glean https://mozilla.github.io/glean/book/user/adding-glean-to-your-project/enable-data-ingestion.html#add-your-product-to-probe-scraper --- .github/workflows/glean-probe-scraper.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/workflows/glean-probe-scraper.yml diff --git a/.github/workflows/glean-probe-scraper.yml b/.github/workflows/glean-probe-scraper.yml new file mode 100644 index 00000000000000..a05b17ed56c3d2 --- /dev/null +++ b/.github/workflows/glean-probe-scraper.yml @@ -0,0 +1,5 @@ +name: Glean probe-scraper +on: [push, pull_request] +jobs: + glean-probe-scraper: + uses: mozilla/probe-scraper/.github/workflows/glean.yaml@main