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