Skip to content

Commit

Permalink
Merge pull request #24 from a1icja/trigger-fetches
Browse files Browse the repository at this point in the history
dashboard: Fetch data whenever a PR is merged into main
  • Loading branch information
sprt authored Nov 7, 2024
2 parents 24b0088 + 62482df commit 1bee0cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/fetch-ci-nightly-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ on:
schedule:
- cron: '0 4 * * *'
workflow_dispatch:
on:
push:
branches:
- main
paths:
- 'scripts/fetch-ci-nightly-data.js'
- '.github/workflows/fetch-ci-nightly-data.yaml'


jobs:
fetch-and-commit-data:
Expand Down

0 comments on commit 1bee0cd

Please sign in to comment.