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-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,9 @@ on:
8
8
9
9
schedule:
10
10
#- cron: '0 4 * * *' # Checks for updates at 04:00 UTC every day
11
-
- cron: '5 0 * * *'# Checks for updates at 00:05 (UTC, 17:05 PDT)
12
-
- cron: '0 4 1 * *'# Builds the app on the 1st every month
11
+
- cron: '15 1 * * *'# Checks for updates at 01:15 (UTC, 18:15 PDT)
12
+
#- cron: '0 4 1 * *' # Builds the app on the 1st every month
13
+
- cron: '15 1 19 * *'# Builds the app on the 1st every month
13
14
14
15
env:
15
16
UPSTREAM_REPO: LoopKit/LoopWorkspace
@@ -164,7 +165,7 @@ jobs:
164
165
if: | # runs if started manually, or if sync schedule is set and enabled and scheduled on the first each month, or if sync schedule is set and enabled and new commits were found
0 commit comments