Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
Signed-off-by: Mirjam Aulbach <[email protected]>
  • Loading branch information
programmiri committed Mar 6, 2024
1 parent 286bcb7 commit 617b8e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/workflow-check-openapi-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ on:
- opened
- synchronize

permissions:
contents: write

jobs:
check-for-changes-openapi:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6031,7 +6031,7 @@
"type" : "boolean"
}
},
"required" : [ "contactPerson", "orgName", "tenantDesc", "tenantName" ]
"required" : [ "contactPerson", "orgName", "tenantName" ]
},
"TeamModel" : {
"properties" : {
Expand Down

0 comments on commit 617b8e5

Please sign in to comment.