Pull Request to main from feature/minor_plotting_updates by @swinter1 #89
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: Pull Request to main | |
| run-name: Pull Request to main from ${{ github.event.pull_request.head.ref }} by @${{ github.actor }} | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| # - synchronize | |
| - reopened | |
| - ready_for_review | |
| - converted_to_draft | |
| branches: | |
| - main | |
| concurrency: | |
| group: pr-${{ github.ref }}-1 | |
| cancel-in-progress: true | |
| jobs: | |
| code_quality: | |
| uses: ./.github/workflows/_code_quality.yml | |
| test: | |
| uses: ./.github/workflows/_test.yml | |
| # build_package: | |
| # needs: | |
| # - code_quality | |
| # - test | |
| # uses: ./.github/workflows/_build_package.yml |