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