Skip to content

Fixes #36834 - Add SecureBoot support for arbitrary operating systems to "Grub2 UEFI" PXE loaders #8984

Fixes #36834 - Add SecureBoot support for arbitrary operating systems to "Grub2 UEFI" PXE loaders

Fixes #36834 - Add SecureBoot support for arbitrary operating systems to "Grub2 UEFI" PXE loaders #8984

Workflow file for this run

name: Assert Single Commit (non-blocking)
on: pull_request
permissions:
contents: read
jobs:
build:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 30
- name: Checkout target branch
run: git fetch origin ${{ github.base_ref }}
- name: Commit Count Check
run: test `git log --oneline --no-merges HEAD ^origin/${{ github.base_ref }} | wc -l ` = 1
runs-on: ubuntu-latest