ci: Run dist-job on a schedule as well as on tags

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 <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-12-11 15:38:46 +00:00
parent 1c318263d4
commit 72fe3b5970
No known key found for this signature in database
GPG Key ID: C5C42CFB268637CA

View File

@ -858,6 +858,7 @@ dist-job:
- !reference [".build-linux", "before_script"] - !reference [".build-linux", "before_script"]
- !reference [".with-git", "before_script"] - !reference [".with-git", "before_script"]
only: only:
- schedules
- tags - tags
script: script:
- meson setup ${MESON_COMMON_OPTIONS} - meson setup ${MESON_COMMON_OPTIONS}