diff --git a/.github/workflows/lint-commit-msg.yml b/.github/workflows/lint-commit-msg.yml index 0c34ea11..96c9d737 100644 --- a/.github/workflows/lint-commit-msg.yml +++ b/.github/workflows/lint-commit-msg.yml @@ -1,6 +1,6 @@ name: Lint Commit Messages -on: [push, pull_request] +on: [workflow_dispatch, push, pull_request] permissions: contents: read diff --git a/example/example.1.0.0.oas.yml b/example/example.1.0.0.oas.yml index 5045b65d..ba6cf6b7 100644 --- a/example/example.1.0.0.oas.yml +++ b/example/example.1.0.0.oas.yml @@ -33,7 +33,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ApiInfo' + #$ref: '#/components/schemas/ApiInfo' '400': $ref: '#/components/responses/BadRequest' '401': @@ -51,7 +51,7 @@ paths: get: summary: List all test results description: List all test results. - operationId: getResults + #operationId: getResults tags: - Test Results parameters: