From 7d8485612ebb2a098a904dc0de79a36b7ff608f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 22 Apr 2021 11:22:27 +0300 Subject: [PATCH] ci: Don't allow failure of the `cargo outdated` job anymore All dependencies are up to date now and we should try keeping it that way. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e04ca9792..02583fc5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -411,7 +411,6 @@ gir-checks: outdated: extends: .img-stable - allow_failure: true stage: 'extras' only: - schedules