Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru committed Oct 9, 2024
1 parent 1f07241 commit 8b10f38
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ images
^.revdeprefs\.yaml$
^revdep$
^\.covrignore$
^inst/training_202307$
19 changes: 10 additions & 9 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,20 @@ jobs:
uses: insightsengineering/r.pkg.template/.github/workflows/branch-cleanup.yaml@main
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
revdepcheck:
if: >
github.event_name == 'schedule' || (
github.event_name == 'workflow_dispatch' &&
inputs.chosen-workflow == 'revdepcheck'
)
name: revdepcheck ↩️
uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@main
# disable until the first release
# revdepcheck:
# if: >
# github.event_name == 'schedule' || (
# github.event_name == 'workflow_dispatch' &&
# inputs.chosen-workflow == 'revdepcheck'
# )
# name: revdepcheck ↩️
# uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@main
rhub:
if: >
github.event_name == 'schedule' || (
github.event_name == 'workflow_dispatch' &&
inputs.chosen-workflow == 'rhub'
)
name: R-hub 🌐
uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@main
uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@rhub_skip_quarto
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Depends:
Imports:
cli (>= 3.6.0),
desc (>= 1.2),
gh,
gh (>= 1.1.0),
jsonlite,
pkgcache (>= 2.2.2.9000),
pkgdepends (>= 0.5.0),
Expand Down

0 comments on commit 8b10f38

Please sign in to comment.