From daa27e22840b05ff86d3d60cda68e4c5eabab601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=84=EC=8B=9C=ED=98=84?= <77379157+jj0526@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:34:44 +0900 Subject: [PATCH] Update cicd.yml --- .github/workflows/cicd.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index a058ff5..7ee18f5 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -7,6 +7,14 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] + workflow_dispatch: + inputs: + logLevel: + description: 'Log level' + required: true + default: 'warning' + tags: + description: 'Test scenario tags' # 위 이벤트 발생시 실행될 작업들 (workflow 작업) jobs: