Skip to content

Commit

Permalink
Merge pull request #570 from rstudio/kg-schedule-run
Browse files Browse the repository at this point in the history
Schedule Run
  • Loading branch information
kgartland-rstudio committed Apr 3, 2024
2 parents 4e57c09 + 94d9d87 commit 57fd042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 239 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches: [master]
tags: ['*']
schedule:
- cron: "0 09 * * *" # Runs 11 AM UTC == 2 AM PDT
pull_request:
branches: [master]
workflow_dispatch:
Expand Down
239 changes: 0 additions & 239 deletions .github/workflows/nightly.yaml

This file was deleted.

0 comments on commit 57fd042

Please sign in to comment.