Skip to content

Merge pull request #6 from raspersc2/fix/support-python312 #20

Merge pull request #6 from raspersc2/fix/support-python312

Merge pull request #6 from raspersc2/fix/support-python312 #20

Workflow file for this run

name: Orchestrator
on:
push:
branches:
- master
jobs:
# call-testing-pipeline:
# name: Testing
# uses: ./.github/workflows/tests.yml
call-linting-pipeline:
name: Linting
uses: ./.github/workflows/lint.yml
call-release-pipeline:
name: Release
needs:
# - call-testing-pipeline
- call-linting-pipeline
uses: ./.github/workflows/release.yml
secrets: inherit