Skip to content

Commit 3204828

Browse files
committed
TMP gh wf: always upload 'source package checks' artifact
1 parent 03494ee commit 3204828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
run: R CMD check --as-cran bpmnVisualization_*.tar.gz
110110

111111
- name: Upload source package check results
112-
if: ${{ failure() && steps.source_package_checks.outcome == 'failure' }}
112+
# if: ${{ failure() && steps.source_package_checks.outcome == 'failure' }}
113113
uses: actions/upload-artifact@v2
114114
with:
115115
name: ${{ matrix.config.os }}-r${{ matrix.config.r }}-source-package-check-results

0 commit comments

Comments
 (0)