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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ on:
10
10
# affect other OS apps if run simultaneously.
11
11
# Each OS needs a time of day distinct from other apps, LoopWorkspace uses 9 every Wed and 7 every 1st of month
12
12
schedule:
13
-
# avoid starting an action at hh:00 when GitHub resources are impacted
14
-
- cron: "33 9 * * 3"# Checks for updates at 09:33 UTC every Wednesday
15
-
- cron: "33 7 1 * *"# Builds the app on the 1st of every month at 07:33 UTC
13
+
# avoid starting an action at times when GitHub resources are impacted
14
+
- cron: "33 9 * * 0"# Checks for updates at 09:33 UTC every Sunday
15
+
- cron: "33 7 8-14 * 6"# Builds the app on the second Saturday of each month at 07:33 UTC
16
16
17
17
env:
18
18
UPSTREAM_REPO: LoopKit/LoopWorkspace
@@ -201,7 +201,7 @@ jobs:
201
201
| # 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