From 050cbf54da39c5971ad2a324b4fd0f858c04baea Mon Sep 17 00:00:00 2001 From: Tan-DESKPC Date: Sun, 16 Jan 2022 12:03:10 -0500 Subject: [PATCH] add update schedule, skip check, skip pkgdown, skip covr --- .Rbuildignore | 1 + .github/workflows/ep-update-data.yaml | 6 ++---- .gitignore | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 132086a..4cf6b00 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -12,3 +12,4 @@ ^modelling$ ^models$ ^codecov\.yml$ +^\.Renviron$ diff --git a/.github/workflows/ep-update-data.yaml b/.github/workflows/ep-update-data.yaml index 902ea81..aa53eb4 100644 --- a/.github/workflows/ep-update-data.yaml +++ b/.github/workflows/ep-update-data.yaml @@ -1,10 +1,8 @@ # Workflow derived from https://github.com/r-lib/actions/tree/master/examples # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: - # push: - # branches: [main, master] - # pull_request: - # branches: [main, master] + schedule: + - cron: 5 4 * 9-12,1 5,1,2 workflow_dispatch: name: ep-update-data diff --git a/.gitignore b/.gitignore index 9168bf8..9bf7782 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .Rproj.user +.Renviron .Rhistory .Rdata .httr-oauth