diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de7fbbb..e76bc1e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,10 +1,6 @@ name: Build OpenAPI docs on: - - pull_request: - types: - - opened - - synchronize - - reopened + - pull_request jobs: docs-build: runs-on: ubuntu-latest diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10f985b..e12d7da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,6 @@ name: Lint and validate OpenAPI specs on: - - pull_request: - types: - - opened - - synchronize - - reopened + - pull_request jobs: lint: name: Lint OpenAPI definition