Skip to content

Commit

Permalink
ci: Can't check incoming
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 31, 2024
1 parent 5ae5dd3 commit 11904cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ runs:
echo "_R_CHECK_UNDOC_USE_ALL_NAMES_=true" | tee -a $GITHUB_ENV
echo "_R_CHECK_URLS_SHOW_301_STATUS_=true" | tee -a $GITHUB_ENV
echo "_R_CXX_USE_NO_REMAP_=true" | tee -a $GITHUB_ENV
echo "_R_CHECK_CRAN_INCOMING_=true" | tee -a $GITHUB_ENV
# There is no way to disable recency and frequency checks when the incoming checks are run
# echo "_R_CHECK_CRAN_INCOMING_=true" | tee -a $GITHUB_ENV
echo "_R_CHECK_CRAN_INCOMING_SKIP_LARGE_VERSION_=true" | tee -a $GITHUB_ENV
shell: bash

Expand Down

0 comments on commit 11904cb

Please sign in to comment.