Update the GitHub build schedule to every Sunday#470
Merged
marionbarker merged 14 commits intodevfrom Oct 12, 2025
Merged
Conversation
08895da to
8451210
Compare
Collaborator
Author
TestPlease ignore the many commits - this will be a squash and merge commit. Tests succeeded. Test that it does not trigger on days that are not desiredThe bb_schedule branch was pushed to the docs-test GitHub org, which had previously built on Oct 8.
Test that schedule build happens with new logicMake a test branch, where the hh:mm was updated throughout the day (Friday) as we did testing. (Thanks to @bjorkert for his DM finding typos and making suggestions.) Push Finally got the syntax correct. Then go back and clean up the code. Tests with final syntaxSuccess:
|
bjorkert
approved these changes
Oct 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Our previous attempt to build on the second Saturday of the month was configured to build every Saturday and on the 8-14th day of the month.
While doing this PR to fix the logic, also fix the name, run-name from
Loop FollowtoLoopFollow. That change will be for LoopFollow only. The other apps will need similar changes to modify the build schedule.Update the build_xxx.yml logic.
Change the schedule to run at a specific time every Sunday:
This new method eliminates one build process per month. The monthly build starts at the same time as the weekly check for updates.
The once a month logic is much simpler
day_in_monththat determines if this is the second time this day of the week has happened in this monthIS_SECOND_IN_MONTHis used to decide whether to skip or execute a build