diff options
author | Bryan Richter <bryan@haskell.foundation> | 2023-04-19 10:08:52 +0300 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2023-04-19 20:05:11 -0400 |
commit | 7a96f90b20e9ea55bb305b20c73473ba75834f78 (patch) | |
tree | 32c5ab703a3ce534b8b316ff5630989dff6ebebf | |
parent | d442ac053f9ac7dbcc32318802daf686f377fe3d (diff) | |
download | haskell-7a96f90b20e9ea55bb305b20c73473ba75834f78.tar.gz |
CI: Disable abi-test-nightly
See #23269
-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 ############################################################ |