Skip to content

Commit faf6f08

Browse files
committed
NPA-5054 Improve Schema Validator Job
1 parent 0e32ddb commit faf6f08

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/openapi-validate.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
name: Open API Validate
2-
"on":
1+
name: OpenAPI Validate Examples
2+
3+
on:
34
pull_request:
45
branches: [master]
6+
57
permissions:
68
contents: read
9+
710
jobs:
811
ExamplesSchemasChecks:
9-
name: Examples Schemas Checks
12+
name: Check ${{ matrix.endpoint.name }} Examples
1013
runs-on: ubuntu-latest
1114
strategy:
1215
fail-fast: false

0 commit comments

Comments
 (0)