Scheduled action in fork keeps getting disabled #181236
Replies: 3 comments
-
|
Hey! @marionbarker, I saw your profile and I’m impressed with your work. Why this happens
What to check (quick)
Fixes / workarounds
If you want, paste the fork repo URL here (or the Actions → workflow run logs / timestamps when it was disabled) and I’ll point to the precise setting most likely responsible. Hope this helps, have a nice day! |
Beta Was this translation helpful? Give feedback.
-
|
One extra angle to check (since you’ve got multiple repos in the same org behaving differently):
Given this is safety-critical-ish (people relying on TestFlight updates), it’s worth adding a guardrail: an external monitor that alerts when the scheduled build doesn’t happen (or when workflows get disabled). That way you find out immediately instead of days later. |
Beta Was this translation helpful? Give feedback.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Why are you starting this discussion?
Question
What GitHub Actions topic or product is this about?
Schedule & Cron Jobs
Discussion Details
Overview
There are a number of individuals who support their treatment of Diabetes using one or more open-source apps.
We share the code for the
.github/workflows/build_xxx.ymlfiles freely among these Diabetes open-source apps. They are not all identical but are substantially the same. The newest version, included in LoopWorkpace, dramatically minimizes the number of runners used and shifts the scheduled time to weekends when GitHub tends to be less busy.The Problem
One of the apps (but only one) will not stay "enabled".
The app is active and has recent commits in the upstream repository.
Source Repositories
This is a partial list of the open-source apps that are actively in use by people who rely on scheduled updates to bring in new versions to their TestFlight app.
Fork that is automatically disabled
This is an example of a fork from the LoopKit/LoopWorkspace repository which is automatically disabled following manual run. It is hosted in a free GitHub organization. Note that we recommended use of a free organization for people who build more than one app. This way they only need to enter the Secrets one time to build the apps.
Forks from a different source repo without the problem
Here are a few examples of forks in the same free GitHub organization for which the scheduled builds are fine.
Beta Was this translation helpful? Give feedback.
All reactions