diff --git a/.github/workflows/glean-probe-scraper.yml b/.github/workflows/glean-probe-scraper.yml index 0038e6cbd..b5b48e610 100644 --- a/.github/workflows/glean-probe-scraper.yml +++ b/.github/workflows/glean-probe-scraper.yml @@ -3,4 +3,5 @@ name: Glean probe-scraper on: [push, pull_request] jobs: glean-probe-scraper: + if: github.repository == 'mozilla/experimenter' uses: mozilla/probe-scraper/.github/workflows/glean.yaml@main