Skip to content

Commit 885f1d7

Browse files
committed
add manual trigger for R-CMD-check GHA
1 parent 4f33dbd commit 885f1d7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
on:
2+
workflow_dispatch: # Enables manual triggering
23
push:
34
pull_request:
45
branches:
@@ -52,7 +53,7 @@ jobs:
5253
# run: |
5354
# remotes::install_version("Matrix.utils", version = "0.9.8", repos = "http://cran.us.r-project.org")
5455
# shell: Rscript {0}
55-
56+
5657
- name: Query dependencies
5758
run: |
5859
saveRDS(remotes::dev_package_deps(dependencies = TRUE, repos = c(getOption('repos'), BiocManager::repositories())), 'depends.Rds', version = 2)
@@ -110,11 +111,11 @@ jobs:
110111
- name: Upload install log if the build/install/check step fails
111112
if: always() && (steps.build-install-check.outcome == 'failure')
112113
uses: actions/upload-artifact@v3
113-
with:
114+
with:
114115
name: install-log
115116
path: |
116117
${{ steps.build-install-check.outputs.install-log }}
117-
118+
118119
- name: Test coverage
119120
if: matrix.config.os == 'ubuntu-latest'
120121
run: |

0 commit comments

Comments
 (0)