Add new api schema check workflow (#16143)

* add new file to separate out the schema check so that it is no longer
  part of CI check and won't cacuse the whole workflow to fail
* remove old API schema check from ci.yml
This commit is contained in:
Jake Jackson
2025-10-27 11:59:40 -04:00
committed by GitHub
parent a53fdaddae
commit d1d3a3471b
2 changed files with 66 additions and 6 deletions

View File

@@ -38,12 +38,6 @@ jobs:
- name: awx-collection
command: /start_tests.sh test_collection_all
coverage-upload-name: "awx-collection"
- name: api-schema
command: >-
/start_tests.sh detect-schema-change SCHEMA_DIFF_BASE_BRANCH=${{
github.event.pull_request.base.ref || github.ref_name
}}
coverage-upload-name: ""
steps:
- uses: actions/checkout@v4