Skip to content

Commit

Permalink
use reusable flow to verify openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Jun 20, 2024
1 parent 62ae5d6 commit aea7848
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 72 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
66 changes: 0 additions & 66 deletions .github/workflows/verify-management-api.yml

This file was deleted.

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 aea7848

Please sign in to comment.