Skip to content

Commit

Permalink
add gha workflow for probe-scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
taddes committed Nov 27, 2024
1 parent b2af6d6 commit ee72c22
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/glean-probe-scraper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Glean probe-scraper
on:
pull_request:
push:
branches: master

jobs:
glean-probe-scraper:
uses: mozilla/probe-scraper/.github/workflows/glean.yaml@main

0 comments on commit ee72c22

Please sign in to comment.