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:

committed by
Marge Bot

parent
abb29959ee
commit
281d135810
@@ -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
|
||||
|
Reference in New Issue
Block a user