Skip to content

Commit

Permalink
refactor: move common transformers to transformer-core (#3982)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Mar 11, 2024
1 parent 99ecae9 commit 60595c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apidoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
apiGroup: [ 'observability-api', 'public-api', 'management-api', 'control-api' ]
apiGroup: [ 'public-api', 'management-api', 'control-api' ]
env:
rootDir: resources/openapi/yaml/${{ matrix.apiGroup }}
SWAGGERHUB_API_KEY: ${{ secrets.SWAGGERHUB_TOKEN }}
Expand Down

0 comments on commit 60595c4

Please sign in to comment.