From: Benjamin Otte Date: Tue, 14 Feb 2023 23:53:02 +0000 (+0000) Subject: CI: Don't run style-check-diff by default X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~6^2~78^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=073c836f96983dfafd41f0fec4a89566e24f3635;p=gtk4.git 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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13baacd54a..f5693a3999 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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