Skip to content

Commit

Permalink
add update schedule, skip check, skip pkgdown, skip covr
Browse files Browse the repository at this point in the history
  • Loading branch information
tanho63 committed Jan 16, 2022
1 parent 36e2365 commit 050cbf5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
^modelling$
^models$
^codecov\.yml$
^\.Renviron$
6 changes: 2 additions & 4 deletions .github/workflows/ep-update-data.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.Rproj.user
.Renviron
.Rhistory
.Rdata
.httr-oauth
Expand Down

0 comments on commit 050cbf5

Please sign in to comment.