Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsmalladi committed Oct 28, 2024
1 parent 6209a56 commit fc905dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Build OpenAPI docs
on:
- pull_request:
types:
- opened
- synchronize
- reopened
- pull_request
jobs:
docs-build:
runs-on: ubuntu-latest
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fc905dd

Please sign in to comment.