[PATCH 0/1] MR4840: Draft: Check if GitLab unnecessarily wakes up the Windows VM.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4840
From: Francois Gouget <fgouget(a)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(a)xs4all.nl> * * Copyright 1996 Marcus Meissner -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/4840
Note that you can submit an MR against your own fork (https://gitlab.winehq.org/fgouget/wine) to trigger the CI actions. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4840#note_57503
This merge request was closed by Alexandre Julliard. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4840
participants (4)
-
Alexandre Julliard (@julliard) -
Francois Gouget -
Francois Gouget (@fgouget) -
Jinoh Kang (@iamahuman)