name: Build Compiler concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true on: - push - pull_request jobs: make: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v5 - name: Build run: make