Skip to content

Pull Request to main from 11-add-domain-specific-data-types-for-ship-situation-etc-using-pydantic-models by @ClaasRostock #6

Pull Request to main from 11-add-domain-specific-data-types-for-ship-situation-etc-using-pydantic-models by @ClaasRostock

Pull Request to main from 11-add-domain-specific-data-types-for-ship-situation-etc-using-pydantic-models by @ClaasRostock #6

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:
requirements_files:
uses: ./.github/workflows/_requirements_files.yml
code_quality:
needs: requirements_files
uses: ./.github/workflows/_code_quality.yml
test:
needs: requirements_files
uses: ./.github/workflows/_test.yml
# build_package:
# needs:
# - code_quality
# - test
# uses: ./.github/workflows/_build_package.yml