SteamDeckHomebrew/decky-plugin-database

Add CI filter to only build relevant plugins in Pull Request

Closed this issue · 2 comments

Seems like the CI builds every single plugin on every single PR, making it possible for a failing plugin to block everyone else from submitting anything (from my understanding). Only building the relevant plugins in any given PR should fix this.

I've added the closest thing to this for a while in the form of plugins that match the list of actual files being edited will be the only ones uploaded to the store. Marking this as in progress while the more direct solution is still planned,

This has been accomplished via adjustments to the CI by Sky and with the new cli tool the issue will be fully resolved. Marking as resolved.