diff --git a/.github/workflows/api-manual.yml b/.github/workflows/api-manual.yml index a974a20b3..e5fe6610a 100644 --- a/.github/workflows/api-manual.yml +++ b/.github/workflows/api-manual.yml @@ -1,12 +1,12 @@ name: Guardian CI API Tests(Manual) on: - workflow_dispatch: - inputs: - tags: - type: string - description: Tags for run(smoke, accounts, firstPool and etc.) - default: 'all' - description: 'Manual run' + workflow_dispatch: + inputs: + tags: + type: string + description: Tags for run(smoke, accounts, firstPool and etc.) + default: 'all' + description: 'Manual run' jobs: buildAndTest: name: Build and Test (Manual)