From fe1ff50e5c438d075df3a92a36d668c47e097f27 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 11 Dec 2024 15:38:46 +0000 Subject: [PATCH] ci: Run dist-job on a schedule as well as on tags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will allow us to test that it actually still works, which is important for being able to make releases, because once we push a tag, there’s no going back. The release can’t happen if `dist-job` then fails on that tag. Sigh. Signed-off-by: Philip Withnall --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 665d6527b..2e1aff8fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -977,6 +977,7 @@ dist-job: - !reference [".with-git", "before_script"] - !reference [".build-gobject-introspection", "before_script"] only: + - schedules - tags script: - meson setup ${MESON_COMMON_OPTIONS}