Skip to content

build: Complete migration to CMake (legacy build system removal) PR run #29

build: Complete migration to CMake (legacy build system removal) PR run

build: Complete migration to CMake (legacy build system removal) PR run #29

Workflow file for this run

name: Pull Request
run-name: ${{ github.event.pull_request.title }} PR run
on:
pull_request:
branches: [ '*' ]
types: [ opened, synchronize, reopened ]
permissions:
contents: read
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
build-project:
name: Build
uses: ./.github/workflows/build.yml
permissions:
contents: read