mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02: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:
committed by
GitHub
parent
1b1975a93b
commit
d0cc2a1658
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -34,7 +34,10 @@ jobs:
|
|||||||
- name: awx-collection
|
- name: awx-collection
|
||||||
command: /start_tests.sh test_collection_all
|
command: /start_tests.sh test_collection_all
|
||||||
- name: api-schema
|
- 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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user