Skip to content

Commit

Permalink
Update rworkflows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RiboRings authored Apr 19, 2024
1 parent 367fe0a commit f998faa
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@ name: rworkflows
'on':
push:
branches:
- master
- main
- devel
- RELEASE_**
pull_request:
branches:
- master
- main
- devel
- RELEASE_**
jobs:
rworkflows:
permissions:
contents: write
permissions: write-all
runs-on: ${{ matrix.config.os }}
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
container: ${{ matrix.config.cont }}
Expand All @@ -20,15 +25,15 @@ jobs:
- os: ubuntu-latest
bioc: devel
r: auto
cont: bioconductor/bioconductor_docker:devel
rspm: https://packagemanager.rstudio.com/cran/__linux__/latest/release
cont: ghcr.io/bioconductor/bioconductor_docker:devel
rspm: ~
- os: macOS-latest
bioc: devel
bioc: release
r: auto
cont: ~
rspm: ~
- os: windows-latest
bioc: devel
bioc: release
r: auto
cont: ~
rspm: ~
Expand All @@ -49,4 +54,4 @@ jobs:
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
runner_os: ${{ runner.os }}
cache_version: cache-v1
enable_act: ${{ false }}
docker_registry: ghcr.io

0 comments on commit f998faa

Please sign in to comment.