Skip to content

Commit

Permalink
ci: Add when steampipe is modified
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Sep 4, 2024
1 parent 2397755 commit 6667ed6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Stats
on:
schedule: # every day at 2am and 2pm
- cron: "0 2,14 * * *"
pull_request:
paths:
- "stats/steampipe/**"
workflow_dispatch:
repository_dispatch:
types: [update-website]
Expand All @@ -21,4 +24,6 @@ jobs:
cache: true
- run: pixi run download_hf
- run: pixi run github
# TODO - run: pixi run twitter
# TODO - run: pixi run slack
- run: pixi run upload_hf

0 comments on commit 6667ed6

Please sign in to comment.