Skip to content

Commit 36f3151

Browse files
committed
Merge pull request #3 from stevenhorsman/adjust-cron-schedule
workflows: Update schedule
2 parents 325adf1 + ec75e4d commit 36f3151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Fetch CI Nightly Data
22
run-name: Fetch CI Nightly Data
33
on:
44
schedule:
5-
- cron: '0 12 * * *'
5+
- cron: '0 4 * * *'
66
jobs:
77
fetch-and-commit-data:
88
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)