From 7871f61b8b6664af5ecd0259fc7b9c480a14396e Mon Sep 17 00:00:00 2001 From: Giulio Eulisse <10544+ktf@users.noreply.github.com> Date: Fri, 8 May 2026 10:40:32 +0200 Subject: [PATCH] Add staging build option to clean-test workflow Add a new boolean option for staging build in workflow --- .github/workflows/clean-test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/clean-test.yml b/.github/workflows/clean-test.yml index c6c9bc12067..7ec1b0355a6 100644 --- a/.github/workflows/clean-test.yml +++ b/.github/workflows/clean-test.yml @@ -34,6 +34,11 @@ name: Clean PR checks type: boolean default: true + 'check_build/O2Physics/staging': + description: build/O2Physics/staging + type: boolean + default: true + permissions: {} jobs: