From ee72c2210442c96ec96012499c1b930e65b18334 Mon Sep 17 00:00:00 2001 From: Taddes Date: Wed, 27 Nov 2024 12:14:22 -0500 Subject: [PATCH] add gha workflow for probe-scraper --- .github/workflows/glean-probe-scraper.yml | 10 ++++++++++ 1 file changed, 10 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 0000000000..4eaab16b95 --- /dev/null +++ b/.github/workflows/glean-probe-scraper.yml @@ -0,0 +1,10 @@ +--- +name: Glean probe-scraper +on: + pull_request: + push: + branches: master + +jobs: + glean-probe-scraper: + uses: mozilla/probe-scraper/.github/workflows/glean.yaml@main