Skip to content

Commit 46e8c90

Browse files
committed
Remove if condition from step that uploads artifacts
1 parent bda83b8 commit 46e8c90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
build_args: '"--no-build-vignettes"'
6969

7070
- name: Upload check results
71-
if: failure()
71+
# if: failure()
7272
uses: actions/upload-artifact@main
7373
with:
7474
name: ${{ runner.os }}-r${{ matrix.config.r }}-results

0 commit comments

Comments
 (0)