diff options
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c90ea684e..e34ad10e9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -484,6 +484,9 @@ abi-test-nightly: paths: - out rules: + # This job is broken. Disabling it until some kind soul can finish its + # implementation. #23269 + - when: never - if: $NIGHTLY ############################################################ |