Skip to content

Commit

Permalink
Run test-coverage, pkgdown actions on devel branch
Browse files Browse the repository at this point in the history
Update previous Ubuntu version to 20.04
  • Loading branch information
lazappi committed Jan 16, 2024
1 parent a36390b commit 634a61c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name: R-CMD-check-bioc

## Specify which branches to run on
## The "master" branch corresponds to Bioc-devel and "RELEASE_X" branches are
## The "devel" branch corresponds to Bioc-devel and "RELEASE_X" branches are
## Bioconductor releases. See http://bioconductor.org/developers/how-to/git/.
on:
push:
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
config:
- {os: windows-latest}
- {os: macOS-latest}
- {os: ubuntu-18.04, rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}
- {os: ubuntu-20.04, rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
RSPM: ${{ matrix.config.rspm }}
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
test-coverage:
## Calculate package test coverage. Only runs if R-CMD-check-docker has
## completed successfully. Uses the Bioconductor Docker image.
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/devel'
needs: [get-bioc-release, get-bioc-version, R-CMD-check-docker]
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -227,9 +227,9 @@ jobs:

pkgdown:
## Build pkgdown site and push to gh-pages branch. Only runs if on the
## master branch and R-CMD-check-docker has completed successfully. Uses
## devel branch and R-CMD-check-docker has completed successfully. Uses
## the Bioconductor Docker image.
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/devel'
needs: [get-bioc-release, get-bioc-version, R-CMD-check-docker]
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit 634a61c

Please sign in to comment.