CI: Don't run style-check-diff by default

We don't use it most of the time and it's also confusing to new contributors who think it's important to fix it.

Keep it for manual runs, so that interested people can just click a button to see the results. It also makes it easy to turn back on later.
This commit is contained in:
Benjamin Otte 2023-02-14 23:53:02 +00:00
parent 0a0a03d913
commit 073c836f96

View File

@ -39,7 +39,7 @@ style-check-diff:
extends: .only-default
image: $FEDORA_IMAGE
stage: check
allow_failure: true
when: manual
script:
- .gitlab-ci/run-style-check-diff.sh