ci: run shellcheck when changes on scripts to check

The 'yaml-toml-shell-test' job has a task to review the CI shell files. So,
we need this job present when there is a change on any of those shells.

Signed-off-by: Sergi Blanch Torne <sergi.blanch.torne@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31627>
This commit is contained in:
Sergi Blanch Torne
2024-10-14 14:36:40 +02:00
committed by Marge Bot
parent abb29959ee
commit 281d135810

View File

@@ -63,6 +63,7 @@ yaml-toml-shell-test:
- if: $GITLAB_USER_LOGIN == "marge-bot"
changes: &toml_lint_files
- .gitlab-ci/test/gitlab-ci.yml
- .gitlab-ci/**/*.sh
- bin/toml_lint.py
- src/**/ci/*.toml
when: on_success