From 72fe3b5970bcda5267591f89beda47d03896152e 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 38463f9c0..e44f246a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -858,6 +858,7 @@ dist-job: - !reference [".build-linux", "before_script"] - !reference [".with-git", "before_script"] only: + - schedules - tags script: - meson setup ${MESON_COMMON_OPTIONS}