fix #9652 feat(nimbus): only run probe-scraper gh action on this repo (#9653)

Because

- We don't need to run the probe-scraper github action on forks

This commit

- checks the repo before running the action
This commit is contained in:
Mike Williams 2023-11-01 14:45:33 -04:00 коммит произвёл GitHub
Родитель 13fc2232f6
Коммит f3913b2277
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

1
.github/workflows/glean-probe-scraper.yml поставляемый
Просмотреть файл

@ -3,4 +3,5 @@ name: Glean probe-scraper
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
glean-probe-scraper: glean-probe-scraper:
if: github.repository == 'mozilla/experimenter'
uses: mozilla/probe-scraper/.github/workflows/glean.yaml@main uses: mozilla/probe-scraper/.github/workflows/glean.yaml@main