mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-07 06:30:17 +01:00
CI: Run a detached pipeline for merge requests
After abuses of fdo infrastructure were mitigated in freedesktop/freedesktop#540, contributors cannot usually run pipelines in their own forks of dbus. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
35ade3c8f7
commit
dbbd4a32f1
1 changed files with 5 additions and 0 deletions
|
|
@ -20,6 +20,11 @@
|
|||
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
|
||||
workflow:
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
- if: $CI_PIPELINE_SOURCE == 'push'
|
||||
|
||||
include:
|
||||
- project: 'freedesktop/ci-templates'
|
||||
ref: e9a461877f8c7f9fed9fff5491067ec3c3472559
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue