Skip to content

Commit

Permalink
ci: revert action to main branch and remove rmarkdown
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Sep 4, 2023
1 parent e74eedf commit 7b8c356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- cron: '45 3 * * 0'
workflow_dispatch:
# Section to be removed before action is merged
# note: branch below needs to point to main instead of new-verdepcheck-strategy
push:
branches:
- verdepcheck_action
Expand All @@ -18,7 +17,7 @@ jobs:
fail-fast: false
matrix:
test-strategy: ["min_cohort", "min_isolated", "release", "max"]
uses: insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@new-verdepcheck-strategy # Change back to "@main"
uses: insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@main
name: Dependency Test - ${{ matrix.test-strategy }} 🔢
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
Expand Down
4 changes: 1 addition & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ Imports:
tibble (>= 2.0.0),
utils
Suggests:
knitr (>= 1.34),
rmarkdown (>= 2.19),
knitr (>= 1.42),
testthat (>= 3.0.4),
tidyr (>= 0.8.3)
VignetteBuilder:
Expand Down Expand Up @@ -70,7 +69,6 @@ Config/Needs/verdepcheck:
tidyverse/tibble,
yihui/knitr,
r-lib/testthat,
rstudio/rmarkdown,
tidyverse/tidyr
Config/Needs/website: insightsengineering/nesttemplate
Config/testthat/edition: 3
Expand Down

0 comments on commit 7b8c356

Please sign in to comment.