Skip to content

Commit 57fd042

Browse files
Merge pull request #570 from rstudio/kg-schedule-run
Schedule Run
2 parents 4e57c09 + 94d9d87 commit 57fd042

File tree

2 files changed

+2
-239
lines changed

2 files changed

+2
-239
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches: [master]
55
tags: ['*']
6+
schedule:
7+
- cron: "0 09 * * *" # Runs 11 AM UTC == 2 AM PDT
68
pull_request:
79
branches: [master]
810
workflow_dispatch:

.github/workflows/nightly.yaml

Lines changed: 0 additions & 239 deletions
This file was deleted.

0 commit comments

Comments
 (0)