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 cc627ea0df
commit fe1ff50e5c
No known key found for this signature in database
GPG Key ID: C5C42CFB268637CA

View File

@ -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}