Skip to content

Commit

Permalink
Update AL-Go-Settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk authored Jan 19, 2025
1 parent b631511 commit 859a796
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/AL-Go-Settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,24 @@
"main",
"development"
],
"workflowconcurrency": [
"group: ${{ github.workflow }}-${{ github.ref }}",
"cancel-in-progress: true"
],
"buildModes": [
"Default",
"Clean",
"NextMajor",
"NextMinor"
],
"conditionalSettings": [
{
"workflows": [
"CI/CD"
],
"settings": {
"workflowconcurrency": [
"group: ${{ github.workflow }}-${{ github.ref }}",
"cancel-in-progress: true"
],
}
},
{
"buildModes": [
"Default"
Expand Down

0 comments on commit 859a796

Please sign in to comment.