Skip to content

Commit 5e34a2d

Browse files
committed
Remove verify-openapi.sh from CI workflow
1 parent 3017527 commit 5e34a2d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ jobs:
102102
- name: Validate Static Asset Integrity
103103
run: scripts/verify-bundles.sh
104104

105-
- name: Check for changes to OpenAPI schema
106-
run: scripts/verify-openapi.sh
107-
108105
- name: Run tests
109106
run: coverage run --source="netbox/" netbox/manage.py test netbox/ --parallel
110107

0 commit comments

Comments
 (0)