ci: Rename style-check-diff to style-check-advisory

To better reflect its purpose.

This will also help distinguish it from a job being added in a following
commit.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2022-11-02 16:46:15 +00:00
parent 451ed353f5
commit ea0e9bf1f1

View File

@ -49,7 +49,7 @@ variables:
- bash .gitlab-ci/show-execution-environment.sh
- cp -r $HOME/subprojects/* subprojects/
style-check-diff:
style-check-advisory:
extends: .only-default
image: $DEBIAN_IMAGE
stage: style-check
@ -607,7 +607,7 @@ pages:
stage: deploy
only:
- main
needs: ['coverage', 'style-check-diff']
needs: ['coverage', 'style-check-advisory']
script:
- mv _coverage/ public/
artifacts: