diff --git a/.github/workflows/glean-probe-scraper.yml b/.github/workflows/glean-probe-scraper.yml index c4746af3f4..f9b441e4c6 100644 --- a/.github/workflows/glean-probe-scraper.yml +++ b/.github/workflows/glean-probe-scraper.yml @@ -3,13 +3,7 @@ name: Glean probe-scraper # See: # https://mozilla.github.io/glean/book/user/adding-glean-to-your-project/enable-data-ingestion.html#validate-and-publish-metrics on: - # Since probe-scraper is sometimes unreliable, only call when we need to - push: - branches: ["main"] - paths: ["telemetry/glean/relay-server-metrics.yaml"] - pull_request: - branches: ["main"] - paths: ["telemetry/glean/relay-server-metrics.yaml"] + [push, pull_request] jobs: glean-probe-scraper: uses: mozilla/probe-scraper/.github/workflows/glean.yaml@main