From 42c84d437cc89bc05748a3d64296e9e5d19870e6 Mon Sep 17 00:00:00 2001 From: aholstrup1 Date: Wed, 18 Dec 2024 14:50:16 +0100 Subject: [PATCH] Run cicd on schedule --- .github/AL-Go-Settings.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/AL-Go-Settings.json b/.github/AL-Go-Settings.json index ebfa1aa2b8..3b4500d263 100644 --- a/.github/AL-Go-Settings.json +++ b/.github/AL-Go-Settings.json @@ -41,9 +41,8 @@ "buildModes": [ "Translated" ], - "CICDPushBranches": [ - "main" - ], + "CICDPushBranches": [], + "CICDSchedule": "0 2 * * *", "CICDPullRequestBranches": [ "main" ],