Skip to content

feat: elevated process priority, realtime thread, cpu isolation, and … #101

feat: elevated process priority, realtime thread, cpu isolation, and …

feat: elevated process priority, realtime thread, cpu isolation, and … #101

Workflow file for this run

name: Build
# run the vanilla build pipeline on commits to feature branches, or PRs on master
on:
push:
branches:
- "*"
pull_request:
branches: [ master ]
jobs:
call-reusable:
uses: ./.github/workflows/reusable_build.yml