name: alif port on: push: pull_request: paths: - '.github/workflows/*.yml' - 'tools/**' - 'py/**' - 'extmod/**' - 'shared/**' - 'lib/**' - 'drivers/**' - 'ports/alif/**' concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: build_alif: strategy: fail-fast: false matrix: ci_func: # names are functions in ci.sh - alif_ae3_build runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - name: Install packages run: tools/ci.sh alif_setup - name: Build ci_${{matrix.ci_func }} run: tools/ci.sh ${{ matrix.ci_func }}