diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index ce87ab44..21c3ce67 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -2,6 +2,9 @@ name: Scheduled 🕰️ on: + push: + branches: + - fix_verdepcheck schedule: - cron: '45 3 * * 0' workflow_dispatch: diff --git a/DESCRIPTION b/DESCRIPTION index eb5e91be..28300a0b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -34,6 +34,7 @@ Suggests: dplyr (>= 1.0.0), knitr (>= 1.42), lifecycle (>= 0.2.0), + rmarkdown (>= 2.19), stringi (>= 1.6), testthat (>= 3.0.4), withr (>= 2.0.0) @@ -41,7 +42,7 @@ VignetteBuilder: knitr Config/Needs/verdepcheck: insightsengineering/formatters, tidyverse/tibble, mllg/checkmate, tidyverse/dplyr, yihui/knitr, - r-lib/lifecycle, gogolewski/stringi, r-lib/testthat, r-lib/withr + r-lib/lifecycle, rstudio/rmarkdown, gagolews/stringi, r-lib/testthat, r-lib/withr Config/Needs/website: insightsengineering/nesttemplate Config/testthat/edition: 3 Encoding: UTF-8