If an MR does not touch the tests, then there is no need to send winetest.exe and run a job on the Windows VM.
From: Francois Gouget fgouget@codeweavers.com
If an MR does not touch the tests, then there is no need to send winetest.exe and run a job on the Windows VM. --- dlls/kernel32/comm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/kernel32/comm.c b/dlls/kernel32/comm.c index f63be7270cf..1205c1d768b 100644 --- a/dlls/kernel32/comm.c +++ b/dlls/kernel32/comm.c @@ -1,4 +1,4 @@ -/* +/* Dummy patch * DEC 93 Erik Bos erik@xs4all.nl * * Copyright 1996 Marcus Meissner
Note that you can submit an MR against your own fork (https://gitlab.winehq.org/fgouget/wine) to trigger the CI actions.
This merge request was closed by Alexandre Julliard.