Skip to content

ConditionalSettings to control githubrunner #1659

Answered by freddydk
peterelmqvist asked this question in Q&A
Discussion options

You must be logged in to vote

I would assume that you would do like this:

{
    "ConditionalSettings": [
        {
            "settings": {
                "gitHubRunner": "windows-latest",
                "workflowSchedule": {
                    "cron": "0 1 * * 1-5"
                }
            },
            "workflows": [
                "Test Next Minor"
            ]
        }
    ]
}

Placed in .github/AL-Go-settings.json (and then no gitHubRunner defined in project settings (.AL-Go/settings.json)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@peterelmqvist
Comment options

Answer selected by peterelmqvist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants