From 5a2766fc1390f62898150c8b784ae8ced6842966 Mon Sep 17 00:00:00 2001 From: Tom Herold Date: Mon, 28 Oct 2024 14:36:25 +0100 Subject: [PATCH] CI --- .github/workflows/build_test_deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index 9071aa8645c..8b59f73c999 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -8,6 +8,12 @@ on: branches: - '*' workflow_dispatch: + inputs: + debug_enabled: + type: boolean + description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' + required: false + default: false env: USER_NAME: root