pull_request to release_dev by fangliu117 #1400
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 Python Package Development | |
| run-name: ${{ github.event_name }} to ${{ github.ref_name }} by ${{ github.actor }} | |
| on: | |
| push: | |
| branches: ['*', '!dev', '!main', '!github_page', '!Conda_Package'] | |
| pull_request: | |
| types: ['opened', 'closed'] | |
| branches: ['main', 'release*', 'dev', 'master'] | |
| jobs: | |
| Activating_Parser: | |
| uses: fnlcr-dmap/gitflow-py/.github/workflows/parser.yml@main | |
| with: | |
| artifact_rid_production: "ri.artifacts.main.repository.92434867-d670-4bc2-9625-570d322ef0b2" | |
| artifact_rid_development: "ri.artifacts.main.repository.e537634a-0a9c-42f1-affb-1a152c2e331b" | |
| image_to_use: "ghcr.io/fnlcr-dmap/scsaworkflow:spac_py39" | |
| secrets: | |
| NIDAP_TOKEN_PRODUCTION: ${{ secrets.NIDAP_TOKEN_PRODUCTION }} | |
| NIDAP_TOKEN_DEVELOPMENT: ${{ secrets.NIDAP_TOKEN_DEVELOPMENT }} |