You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build_loop.yml
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,12 @@ on:
6
6
## Remove the "#" sign from the beginning of the line below to get automated builds on push (code changes in your repository)
7
7
#push:
8
8
9
+
# Automated builds now include automatic certificate update - the nuke certs part of that process could
10
+
# affect other OS apps if run simultaneously.
11
+
# Each OS needs a time of day distinct from other apps, LoopWorkspace uses 9 every Wed and 7 every 1st of month
9
12
schedule:
10
-
- cron: "0 8 * * 3"# Checks for updates at 08:00 UTC every Wednesday
11
-
- cron: "0 6 1 * *"# Builds the app on the 1st of every month at 06:00 UTC
13
+
- cron: "0 9 * * 3"# Checks for updates at 09:00 UTC every Wednesday
14
+
- cron: "0 7 1 * *"# Builds the app on the 1st of every month at 07:00 UTC
12
15
13
16
env:
14
17
UPSTREAM_REPO: LoopKit/LoopWorkspace
@@ -195,7 +198,7 @@ jobs:
195
198
| # runs if started manually, or if sync schedule is set and enabled and scheduled on the first Saturday each month, or if sync schedule is set and enabled and new commits were found
0 commit comments