Skip to content

Commit

Permalink
Clean up check GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
lazappi committed Mar 9, 2025
1 parent f8af599 commit 61ef0da
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,16 +249,6 @@ jobs:
if: github.ref == 'refs/heads/devel'
needs: [get-bioc-release, get-bioc-version, R-CMD-check-docker]
runs-on: ubuntu-latest
container:
image: ${{ needs.get-bioc-release.outputs.biocimage }}
volumes:
- /home/runner/work/_temp/Library:/usr/local/lib/R/host-site-library
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_BIOC_VERSION: ${{ needs.get-bioc-version.outputs.biocversion }}
if: github.ref == 'refs/heads/devel'
needs: [get-bioc-release, get-bioc-version, R-CMD-check-docker]
runs-on: ubuntu-latest
container:
image: ${{ needs.get-bioc-release.outputs.biocimage }}
volumes:
Expand Down

0 comments on commit 61ef0da

Please sign in to comment.