[Github-comments] [geany/geany-plugins] CI should only build the plugin that is changed (Issue #1163)

elextr notifications at xxxxx
Mon Feb 7 00:13:34 UTC 2022


Currently on a PR all are built, and if any one fails the CI fails, even if the failure is in a plugin that is not the plugin the PR changes.

Possible implementations:

1. the CI setup uses git to find the plugin directories that the PR touches and only builds those plugins, and
2. if the PR title contains (as regex) `\[[a-zA-Z0-9_]+(,[a-zA-Z0-9_]+)*]` build the plugins named (for when something outside the plugin directory is changed, the m4 for example)

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1163
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany-plugins/issues/1163 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220206/b5d6b11f/attachment-0001.htm>


More information about the Github-comments mailing list