diff --git a/.github/AL-Go-Settings.json b/.github/AL-Go-Settings.json index 993c9ab..ca0cc82 100644 --- a/.github/AL-Go-Settings.json +++ b/.github/AL-Go-Settings.json @@ -2,9 +2,6 @@ "$schema": "https://raw.githubusercontent.com/microsoft/AL-Go/32e66d69cfd2c1e3eca39e416e27c6aa58de6df3/Actions/.Modules/settings.schema.json", "type": "AppSource App", "templateUrl": "https://github.com/microsoft/AL-Go-AppSource@preview", - "NextMajorSchedule": "0 2 * * 0", - "NextMinorSchedule": "0 2 * * 6", - "CurrentSchedule": "0 2 * * 1,2,3,4,5", "runs-on": "ubuntu-latest", "unusedALGoSystemFiles": [ "AddExistingAppOrTestApp.yaml", diff --git a/.github/Test Current.settings.json b/.github/Test Current.settings.json index 2ce0331..d8bc00f 100644 --- a/.github/Test Current.settings.json +++ b/.github/Test Current.settings.json @@ -2,5 +2,8 @@ "$schema": "https://raw.githubusercontent.com/microsoft/AL-Go/32e66d69cfd2c1e3eca39e416e27c6aa58de6df3/Actions/settings.schema.json", "artifact": "////latest", "cacheImageName": "", - "versioningStrategy": 15 + "versioningStrategy": 15, + "workflowSchedule": { + "cron": "0 2 * * 1,2,3,4,5" + } } diff --git a/.github/Test Next Major.settings.json b/.github/Test Next Major.settings.json index 7ba6ede..a6abde8 100644 --- a/.github/Test Next Major.settings.json +++ b/.github/Test Next Major.settings.json @@ -2,5 +2,8 @@ "$schema": "https://raw.githubusercontent.com/microsoft/AL-Go/32e66d69cfd2c1e3eca39e416e27c6aa58de6df3/Actions/settings.schema.json", "artifact": "////nextmajor/{INSIDERSASTOKEN}", "cacheImageName": "", - "versioningStrategy": 15 + "versioningStrategy": 15, + "workflowSchedule": { + "cron": "0 2 * * 0" + } } diff --git a/.github/Test Next Minor.settings.json b/.github/Test Next Minor.settings.json index f5afbca..ba8c15a 100644 --- a/.github/Test Next Minor.settings.json +++ b/.github/Test Next Minor.settings.json @@ -2,5 +2,8 @@ "$schema": "https://raw.githubusercontent.com/microsoft/AL-Go/32e66d69cfd2c1e3eca39e416e27c6aa58de6df3/Actions/settings.schema.json", "artifact": "////nextminor/{INSIDERSASTOKEN}", "cacheImageName": "", - "versioningStrategy": 15 + "versioningStrategy": 15, + "workflowSchedule": { + "cron": "0 2 * * 6" + } }