Skip to content

Commit

Permalink
stop running on github
Browse files Browse the repository at this point in the history
It is very unreliable. Better not to use it.

Often we see network errors that are resolved if we simply re-start the
GitHub Actions build.
  • Loading branch information
slowkow committed Aug 21, 2023
1 parent 646e44d commit bc348a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ jobs:

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
args: 'c("--no-manual", "--no-tests")'
upload-snapshots: false

0 comments on commit bc348a5

Please sign in to comment.