Revert test button #173
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Glean probe-scraper | |
on: [push, pull_request] | |
jobs: | |
probe-scraper: | |
name: Glean probe-scraper | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Validate Glean metrics via probe-scraper, and if appropriate publish changes | |
run: |- | |
curl --fail-with-body https://us-west1-moz-fx-data-probe-s-prod-2bc3.cloudfunctions.net/glean-push --data '{ | |
"url": "${{github.server_url}}/${{github.repository}}", | |
"commit":"${{github.sha}}", | |
"branch":"${{github.ref_name}}" | |
}' |