CI -> Add CARL remote address for CLEO, align arch triple in distribu… #12
This file contains 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: build | |
on: | |
push: | |
paths-ignore: | |
- 'doc/**' | |
- 'README.md' | |
- 'LICENSE' | |
# Required GitHub repository variables: | |
# https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job | |
# OPENDUT_GH_RUNNER_SMALL: runner labels for small jobs | |
# OPENDUT_GH_RUNNER_LARGE: runner labels for large jobs | |
jobs: | |
legal: | |
uses: ./.github/workflows/legal.yaml | |
# with: | |
# runs-on: "${{ vars.OPENDUT_GH_RUNNER_SMALL }}" | |
test: | |
uses: ./.github/workflows/test.yaml | |
# with: | |
# runs-on: "${{ vars.OPENDUT_GH_RUNNER_LARGE }}" |