Skip to content

Commit

Permalink
Move runs-on to repo settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mazhelez committed Nov 7, 2024
1 parent 9a251ed commit 20fb6f6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/AL-Go-Settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"type": "PTE",
"templateUrl": "https://github.com/microsoft/AL-Go-PTE@preview",
"templateSha": "c62bf167f8c516d997bed1ed600a9d03d5093ad5",
"runs-on": "ubuntu-latest",
"DeployToQA": {
"ContinuousDeployment": false,
"DependencyInstallMode": "Ignore",
Expand Down
1 change: 0 additions & 1 deletion AppWithDependencies/.AL-Go/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"skipUpgrade": true,
"doNotRunTests": true,
"artifact":"https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.1.25873.26319/us",
"runs-on": "ubuntu-latest",
"githubRunner": "freddyk",
"githubRunnerShell": "pwsh"
}
1 change: 0 additions & 1 deletion AppWithTests/.AL-Go/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"repoVersion": "1.0",
"artifact": "https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/24.5.23489.26452/us",
"restoreDatabases": [ "BeforePageScriptingTests" ],
"runs-on": "windows-latest",
"githubRunner": "windows-latest",
"githubRunnerShell": "pwsh"
}

0 comments on commit 20fb6f6

Please sign in to comment.