Skip to content

Commit f3c6cde

Browse files
committed
dashboard: Fetch data whenever a PR is merged into main
1 parent 9b993f0 commit f3c6cde

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/fetch-ci-nightly-data.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ on:
44
schedule:
55
- cron: '0 4 * * *'
66
workflow_dispatch:
7+
on:
8+
push:
9+
branches:
10+
- main
11+
paths:
12+
- 'scripts/fetch-data-nightly.js'
13+
# - 'scripts/fetch-data-pr.js'
14+
# - '.github/workflows/fetch-ci-nightly-data.yaml'
15+
716

817
jobs:
918
fetch-and-commit-data:

0 commit comments

Comments
 (0)