How to run UI application using actions on windows self hosted runner #67003
Unanswered
sagartrivedi11
asked this question in
General
Replies: 2 comments
-
|
Feels you cannot do exactly this without workarounds. I would propose not to connect this runner as a service, but open Task Scheduler and create there a task that calls |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
I have self-hosted windows runner where I'm running the workflow to start the notepad.
GitHub connection is started as
servicein windows runner. When I execute the workflow unable to see notepad UI in desktop but can see that process in task manager. While making the GitHub connection by runningrun.cmdand starting the same workflow I can see notepad UI on desktop.Hit & try till now in GH service:
local systemaccount as well allowed desktop interaction in serviceIs there any way to launch the UI application if GH connection is active from service ?
Beta Was this translation helpful? Give feedback.
All reactions