Skip to content

Conversation

awakecoding
Copy link

Last week's PR didn't take into account the scheduled builds on Monday that just test everything still builds properly. The important part about scheduled builds is that "inputs" aren't available, not even the default values, so we have to check for empty values in the preflight step. The build failed because of an empty list of packages to build. I modified the workflow to build an array of packages which is then converted to a string separated by commas, and if the list is empty, it just builds all packages. This also means that if you start a build with everything unchecked, it'll build everything, but I guess that's better than just failing.

@awakecoding awakecoding requested review from a team as code owners June 16, 2025 14:39
@awakecoding awakecoding requested a review from apman June 16, 2025 14:39
@awakecoding awakecoding merged commit 8d425bb into master Jun 16, 2025
3 checks passed
@awakecoding awakecoding deleted the fix-nightly-build branch June 16, 2025 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants