Skip to content

Commit

Permalink
Merge pull request #8 from neurogenomics/migrate-rworkflows
Browse files Browse the repository at this point in the history
Migrate rworkflows
  • Loading branch information
HDash authored Dec 27, 2024
2 parents 464009e + 92b287e commit 4d715d2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ name: rworkflows
- main
- devel
- RELEASE_**
- rworkflows_fix
- '*'
- '!gh-pages'
pull_request:
branches:
- master
- main
- devel
- RELEASE_**
- rworkflows_fix
- '*'
- '!gh-pages'
jobs:
rworkflows:
permissions: write-all
Expand All @@ -40,7 +42,7 @@ jobs:
cont: ~
rspm: ~
steps:
- uses: HDash/rworkflows@force_install_packages
- uses: neurogenomics/rworkflows@master
with:
run_bioccheck: ${{ false }}
run_rcmdcheck: ${{ true }}
Expand All @@ -57,3 +59,4 @@ jobs:
runner_os: ${{ runner.os }}
cache_version: cache-v1
docker_registry: ghcr.io
force_install: ${{ true }}

0 comments on commit 4d715d2

Please sign in to comment.