From 923d003af7c7e7c52e5a7c86c8298dfd12f48a27 Mon Sep 17 00:00:00 2001 From: Daniel Thorn Date: Tue, 16 Aug 2022 10:23:29 -0700 Subject: [PATCH] Submit commits to Glean 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 0000000..e845bad --- /dev/null +++ b/.github/workflows/glean-probe-scraper.yml @@ -0,0 +1,10 @@ +--- +name: Glean probe-scraper +on: + push: + branches: [main] + pull_request: + branches: [main] +jobs: + glean-probe-scraper: + uses: mozilla/probe-scraper/.github/workflows/glean.yaml@main