From 0236939515c07a86663cc51f88980f766c007816 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 28 Apr 2026 18:50:07 +0200 Subject: [PATCH] add missing manual pipeline type options accidentally reverted in last commit --- main-float.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main-float.yml b/main-float.yml index aae2ee7..03b927a 100644 --- a/main-float.yml +++ b/main-float.yml @@ -46,6 +46,9 @@ variables: - 'test-branch-vs-input-passthrough' - 'coverage' - 'complexity' + - 'loudness' + - 'loudness-measurement-only' + - 'loudness-analysis-only' PYTEST_ARGS: "" COVERAGE_OUTPUT_FILE_STV: "coverage-stv.info" -- GitLab