Skip to content

Commit

Permalink
build: add check for management-api modification (#4283)
Browse files Browse the repository at this point in the history
* build: add check for management-api modification

* fetch main too

* matrix job to check all the api specs

* use reusable flow to verify openapi
  • Loading branch information
ndr-brt committed Jun 21, 2024
1 parent b09394d commit 4f69022
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish-openapi-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ on:
push:
branches:
- main
workflow_dispatch:
inputs:
version:
description: version to be published
required: false
type: string

jobs:
publish:
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/verify-openapi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: verify openapi

on:
pull_request:

jobs:
verify:
uses: eclipse-edc/.github/.github/workflows/verify-openapi.yml@main
secrets: inherit

0 comments on commit 4f69022

Please sign in to comment.