Skip to content

Commit 2bd48cf

Browse files
authored
Add 1.5 DM XML files to CI checks (project-chip#42026)
1 parent f83903b commit 2bd48cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check-data-model-directory-updates.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565
run: |
6666
scripts/run_in_python_env.sh out/venv 'python3 scripts/dm_xml_ci_change_enforcement.py data_model/1.4.2'
6767
68+
- name: Check for changes to the 1.5 data_model directory without a SHA update
69+
if: (!contains(github.event.pull_request.labels.*.name, 'data-model-file-structural-change-dm-tt-use-only'))
70+
run: |
71+
scripts/run_in_python_env.sh out/venv 'python3 scripts/dm_xml_ci_change_enforcement.py data_model/1.5'
72+
6873
check-data_model-build-file:
6974
name: Check that all data_model files are listed in the data_model_xmls.gni build file
7075
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)