1
0
Fork 0

ci: Always run dist job at marge-bot state

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3024>
This commit is contained in:
Marco Trevisan (Treviño) 2023-05-29 15:20:21 +02:00
parent 2ff351cc9b
commit e613ffb5a5

View file

@ -527,6 +527,10 @@ dist-mutter:
- "**/meson.build" - "**/meson.build"
- meson/* - meson/*
when: always when: always
- if: '$GITLAB_USER_LOGIN == "marge-bot"'
when: always
- if: '$CI_MERGE_REQUEST_ASSIGNEES == "marge-bot"'
when: always
dist-mutter-tarball: dist-mutter-tarball:
extends: dist-mutter extends: dist-mutter