Skip to content

Commit

Permalink
Update R-CMD-check workflow: remove uploading artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
aursiber committed Sep 30, 2024
1 parent ae5687b commit 3f57969
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,3 @@ jobs:
args: 'c("--no-manual", "--as-cran", "--run-donttest")'
error-on: '"error"'
check-dir: '"check"'

- name: Upload check results
uses: actions/upload-artifact@main
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
path: check

0 comments on commit 3f57969

Please sign in to comment.