refactor: merge single speed and variable speed compressor train code #3214
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: "On push to any branch" | |
| on: | |
| push: | |
| branches-ignore: | |
| - 'main' | |
| tags-ignore: | |
| - '**' | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| pre-ci: | |
| uses: ./.github/workflows/pre-ci.yml | |
| lib-ci: | |
| uses: ./.github/workflows/lib-ci.yml | |
| examples-ci: | |
| uses: ./.github/workflows/examples-ci.yml | |
| docs-ci: | |
| uses: ./.github/workflows/docs-ci.yml |