ci: rename commits ci script to check-changed-versions

So it actually explains what it does. In the process, make the name of
the Python file it executes also consistent.

Signed-off-by: Pablo Correa Gómez <pabloyoyoista@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7868>
This commit is contained in:
Pablo Correa Gómez 2026-01-29 14:47:32 +01:00 committed by [Merge Bot]
parent ba2237700a
commit 32e058f2ea
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

View file

@ -17,4 +17,4 @@ if [ "$(id -u)" = 0 ]; then
exec su "${TESTUSER:-pmos}" -c "sh -e $0"
fi
.ci/lib/check_changed_aports_versions.py
.ci/lib/check_changed_versions.py

View file

@ -85,7 +85,7 @@ pytest-commits:
script:
- .ci/lib/gitlab_prepare_ci.sh
- .ci/pytest.sh
- .ci/commits.sh
- .ci/check-changed-versions.sh
artifacts:
when: on_failure
paths: