mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
🧪🚑 Fix checking schema in CI on merge (#15514)
This is a variation of #15510, this time fixing the `detect-schema-change` make target.
This commit is contained in:
parent
1b1975a93b
commit
d0cc2a1658
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -34,7 +34,10 @@ jobs:
|
||||
- name: awx-collection
|
||||
command: /start_tests.sh test_collection_all
|
||||
- name: api-schema
|
||||
command: /start_tests.sh detect-schema-change SCHEMA_DIFF_BASE_BRANCH=${{ github.event.pull_request.base.ref }}
|
||||
command: >-
|
||||
/start_tests.sh detect-schema-change SCHEMA_DIFF_BASE_BRANCH=${{
|
||||
github.event.pull_request.base.ref || github.ref_name
|
||||
}}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user