ConditionalSettings to control githubrunner #1659
Answered
by
freddydk
peterelmqvist
asked this question in
Q&A
-
I would like to use ConditionalSettings to control if githubrunner should be self-hosted. I can't get this to work. Let's assume that I would like to run the scheduled runs for "Test Next Minor" on Github Hosted Runners, but everything else should be on self-hosted runners which are more performant. Is this doable?
|
Beta Was this translation helpful? Give feedback.
Answered by
freddydk
Apr 14, 2025
Replies: 1 comment 1 reply
-
I would assume that you would do like this:
Placed in .github/AL-Go-settings.json (and then no gitHubRunner defined in project settings (.AL-Go/settings.json) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
peterelmqvist
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would assume that you would do like this:
Placed in .github/AL-Go-settings.json (and then no gitHubRunner defined in project settings (.AL-Go/settings.json)