Skip to content

Commit d7e90fe

Browse files
authored
1 parent 94e3e1f commit d7e90fe

4 files changed

Lines changed: 12 additions & 6 deletions

File tree

.github/AL-Go-Settings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"$schema": "https://raw.githubusercontent.com/microsoft/AL-Go/32e66d69cfd2c1e3eca39e416e27c6aa58de6df3/Actions/.Modules/settings.schema.json",
33
"type": "AppSource App",
44
"templateUrl": "https://github.com/microsoft/AL-Go-AppSource@preview",
5-
"NextMajorSchedule": "0 2 * * 0",
6-
"NextMinorSchedule": "0 2 * * 6",
7-
"CurrentSchedule": "0 2 * * 1,2,3,4,5",
85
"runs-on": "ubuntu-latest",
96
"unusedALGoSystemFiles": [
107
"AddExistingAppOrTestApp.yaml",

.github/Test Current.settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"$schema": "https://raw.githubusercontent.com/microsoft/AL-Go/32e66d69cfd2c1e3eca39e416e27c6aa58de6df3/Actions/settings.schema.json",
33
"artifact": "////latest",
44
"cacheImageName": "",
5-
"versioningStrategy": 15
5+
"versioningStrategy": 15,
6+
"workflowSchedule": {
7+
"cron": "0 2 * * 1,2,3,4,5"
8+
}
69
}

.github/Test Next Major.settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"$schema": "https://raw.githubusercontent.com/microsoft/AL-Go/32e66d69cfd2c1e3eca39e416e27c6aa58de6df3/Actions/settings.schema.json",
33
"artifact": "////nextmajor/{INSIDERSASTOKEN}",
44
"cacheImageName": "",
5-
"versioningStrategy": 15
5+
"versioningStrategy": 15,
6+
"workflowSchedule": {
7+
"cron": "0 2 * * 0"
8+
}
69
}

.github/Test Next Minor.settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"$schema": "https://raw.githubusercontent.com/microsoft/AL-Go/32e66d69cfd2c1e3eca39e416e27c6aa58de6df3/Actions/settings.schema.json",
33
"artifact": "////nextminor/{INSIDERSASTOKEN}",
44
"cacheImageName": "",
5-
"versioningStrategy": 15
5+
"versioningStrategy": 15,
6+
"workflowSchedule": {
7+
"cron": "0 2 * * 6"
8+
}
69
}

0 commit comments

Comments
 (0)