Skip to content

Commit

Permalink
workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
LiNk-NY committed Aug 14, 2024
1 parent 2671288 commit bc3a255
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ on:
push:
branches:
- RELEASE_3_19
workflow_dispatch:

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
CRAN: https://packagemanager.posit.co/cran/__linux__/jammy/latest
BIOC_VERSION: RELEASE_3_19

jobs:
checkRelease:
runs-on: ubuntu-latest

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
CRAN: https://packagemanager.posit.co/cran/__linux__/jammy/latest
BIOC_VERSION: RELEASE_3_19

container: bioconductor/bioconductor_docker:${{ env.BIOC_VERSION }}

steps:
Expand Down

0 comments on commit bc3a255

Please sign in to comment.