From dafb757549b5238f67c49b2c8c0a1b44aedf0bd4 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 12 Dec 2025 09:27:10 +0100 Subject: chore: make Ref `operator bool` explicit, remove useless `MUST_PASS` in TLS.inl, use `CFRef` in LaunchHelpers. Signed-off-by: Amlal El Mahrouss --- .github/workflows/boot-ahci.yml | 2 +- .github/workflows/kernel-ahci-dev.yml | 2 +- .github/workflows/kernel-pio-dev.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/boot-ahci.yml b/.github/workflows/boot-ahci.yml index 8232219a..4277aeaf 100644 --- a/.github/workflows/boot-ahci.yml +++ b/.github/workflows/boot-ahci.yml @@ -1,4 +1,4 @@ -name: BootZ CI (ATA PIO) +name: BootZ CI (Develop,AHCI) on: push: diff --git a/.github/workflows/kernel-ahci-dev.yml b/.github/workflows/kernel-ahci-dev.yml index 69263228..5097caa8 100644 --- a/.github/workflows/kernel-ahci-dev.yml +++ b/.github/workflows/kernel-ahci-dev.yml @@ -1,4 +1,4 @@ -name: NeKernel CI (AHCI) +name: NeKernel (Develop,AHCI) on: push: diff --git a/.github/workflows/kernel-pio-dev.yml b/.github/workflows/kernel-pio-dev.yml index 614f0c9b..11330e83 100644 --- a/.github/workflows/kernel-pio-dev.yml +++ b/.github/workflows/kernel-pio-dev.yml @@ -1,4 +1,4 @@ -name: NeKernel CI (ATA PIO) +name: NeKernel (Develop,ATA PIO) on: push: -- cgit v1.2.3