phoman14 now pull_request to 72/merge #309
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Gitflow Action for R Package Development | |
| run-name: ${{ github.actor }} now ${{ github.event_name }} to ${{ github.ref_name }} | |
| on: | |
| push: | |
| branches: ['*', '!dev', '!main', '!release_dev', '!Conda_Package', '!github_page'] | |
| pull_request: | |
| types: ['opened', 'closed'] | |
| branches: ['main', 'release*'] | |
| jobs: | |
| Activating_Parser: | |
| uses: fnlcr-bids-sdsi/gitflow-R/.github/workflows/parser.yml@master | |
| with: | |
| image_to_use: ghcr.io/nidap-community/single-cell-rna-r4:latest | |
| package_name: "r-scworkflow" | |
| r_version: "4.1.3" | |
| artifact_rid_production: "ri.artifacts.main.repository.f36ea39e-b396-46cd-a04a-3c63250273f5" | |
| artifact_rid_development: "ri.stemma.main.repository.2172e505-c98f-43d4-881a-47e170aadbe1" | |
| secrets: | |
| NIDAP_TOKEN_PRODUCTION: ${{ secrets.NIDAP_TOKEN_PRODUCTION }} | |
| NIDAP_TOKEN_DEVELOPMENT: ${{ secrets.NIDAP_TOKEN_DEVELOPMENT }} |