From b6e0020b694682046d9ff4f8b845efd204c44bd0 Mon Sep 17 00:00:00 2001 From: NovoaDev Date: Mon, 4 Mar 2024 10:16:41 +0000 Subject: [PATCH] Update AL-Go System Files --- .github/AL-Go-Settings.json | 3 ++- .github/workflows/UpdateGitHubGoSystemFiles.yaml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/AL-Go-Settings.json b/.github/AL-Go-Settings.json index 702c24e..0322da1 100644 --- a/.github/AL-Go-Settings.json +++ b/.github/AL-Go-Settings.json @@ -3,5 +3,6 @@ "nextMajorSchedule": "0 0 1,15 * *", "nextMinorSchedule": "0 0 15 * *", "UpdateGitHubGoSystemFilesSchedule": "0 0 1,15 * *", - "templateUrl": "https://github.com/microsoft/AL-Go-PTE@main" + "templateUrl": "https://github.com/microsoft/AL-Go-PTE@main", + "templateSha": "1e6ebb58fc629cc134759f996f9be9ab6ada7fb4" } diff --git a/.github/workflows/UpdateGitHubGoSystemFiles.yaml b/.github/workflows/UpdateGitHubGoSystemFiles.yaml index 4f8d8a3..cb90448 100644 --- a/.github/workflows/UpdateGitHubGoSystemFiles.yaml +++ b/.github/workflows/UpdateGitHubGoSystemFiles.yaml @@ -15,6 +15,8 @@ on: description: Direct Commit? type: boolean default: false + schedule: + - cron: '0 0 1,15 * *' permissions: contents: read