Skip to content

Commit

Permalink
Remove if condition from step that uploads artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
sambrilleman committed Oct 31, 2023
1 parent bda83b8 commit 46e8c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
build_args: '"--no-build-vignettes"'

- name: Upload check results
if: failure()
# if: failure()
uses: actions/upload-artifact@main
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
Expand Down

0 comments on commit 46e8c90

Please sign in to comment.