From 6770ad1c5f4eb6a9d2e1681d7a8e1bc880ac15e5 Mon Sep 17 00:00:00 2001 From: Sergio Garcia Date: Wed, 18 Mar 2026 16:29:47 +0100 Subject: [PATCH] Update clean PR action --- .github/workflows/clean-test.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/clean-test.yml b/.github/workflows/clean-test.yml index 0f15301d4eed9..b149ae86b991d 100644 --- a/.github/workflows/clean-test.yml +++ b/.github/workflows/clean-test.yml @@ -19,10 +19,6 @@ name: Clean PR checks # Warning: the check_* keys are magic and must consist of the string # "check_" followed by the applicable check name exactly. The # "description" field is only the human-readable label for the input. - 'check_build/AliceO2/O2/o2/macOS': - description: build/AliceO2/O2/o2/macOS - type: boolean - default: true 'check_build/AliceO2/O2/o2/macOS-arm': description: build/AliceO2/O2/o2/macOS-arm type: boolean @@ -31,8 +27,8 @@ name: Clean PR checks description: build/O2/fullCI type: boolean default: true - 'check_build/O2/o2-dataflow-cs8': - description: build/O2/o2-dataflow-cs8 + 'check_build/O2/o2-dataflow-slc9': + description: build/O2/o2-dataflow-slc9 type: boolean default: true 'check_build/O2/o2/aarch64':