From 81d4648edfa47b0b163cdd1bc3541838bc1cf0ee Mon Sep 17 00:00:00 2001 From: alavenant Date: Wed, 13 Dec 2023 15:24:23 +0100 Subject: [PATCH] Update cicd_deploy.yml --- .github/workflows/cicd_deploy.yml | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cicd_deploy.yml b/.github/workflows/cicd_deploy.yml index ed1733b..b4f1740 100644 --- a/.github/workflows/cicd_deploy.yml +++ b/.github/workflows/cicd_deploy.yml @@ -1,10 +1,25 @@ name: cicd_deploy on: - push: - # Run deployment on every new tag - tags: - - '*' + workflow_dispatch: + inputs: + logLevel: + description: 'Log level' + required: true + default: 'warning' + type: choice + options: + - info + - warning + - debug + tags: + description: 'Test scenario tags' + required: false + type: boolean + environment: + description: 'Environment to run tests against' + type: environment + required: true env: DOCKER_REPO: ignimagelidar/pdal_ign_plugin