From 5de8fa89c4c7eb37efa20725d99bbb7c2429f688 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 13 Apr 2020 10:44:58 +0200 Subject: [PATCH] ci: allow outdated job to fail glutin and winit updates are pending. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d73494aaf..d98fae119 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -191,6 +191,7 @@ gir-checks: outdated: extends: '.tarball_setup' image: "rust:slim-buster" + allow_failure: true stage: 'extras' only: - schedules