Skip to content

Commit 77b5c32

Browse files
committed
[main@5b1593b] Update AL-Go System Files from microsoft/AL-Go-AppSource@main - b3a3eae
1 parent 5b1593b commit 77b5c32

9 files changed

Lines changed: 5 additions & 8 deletions

.AL-Go/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v7.2/settings.schema.json",
23
"country": "lt",
34
"doNotPublishApps": true,
45
"useCompilerFolder": true,

.github/AL-Go-Settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v7.2/settings.schema.json",
23
"type": "AppSource App",
34
"templateUrl": "https://github.com/microsoft/AL-Go-AppSource@main",
45
"templateSha": "b3a3eaef3f757c1dff5521fe21a618681ab53023",

.github/Test Current.settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v7.2/settings.schema.json",
23
"artifact": "////latest",
34
"cacheImageName": "",
45
"versioningStrategy": 15

.github/Test Next Major.settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v7.2/settings.schema.json",
23
"artifact": "////nextmajor",
34
"cacheImageName": "",
45
"versioningStrategy": 15

.github/Test Next Minor.settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v7.2/settings.schema.json",
23
"artifact": "////nextminor",
34
"cacheImageName": "",
45
"versioningStrategy": 15

.github/workflows/Current.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: ' Test Current'
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '0 2 * * 1'
75

86
permissions:
97
actions: read

.github/workflows/NextMajor.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: ' Test Next Major'
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '0 2 * * 0'
75

86
permissions:
97
actions: read

.github/workflows/NextMinor.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: ' Test Next Minor'
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '0 2 * * 6'
75

86
permissions:
97
actions: read

.github/workflows/UpdateGitHubGoSystemFiles.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ on:
1919
description: Specify a comma-separated list of branches to update. Wildcards are supported. The AL-Go settings will be read for every branch. Leave empty to update the current branch only.
2020
required: false
2121
default: ''
22-
schedule:
23-
- cron: '0 2 * * 1'
2422

2523
permissions:
2624
actions: read

0 commit comments

Comments
 (0)