You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at this moment, the added feature compares md5 of the files to determine which were changed. However, the plugin had an additional option (checkbox or so), so if that's checked, plugin will only download the specific files (which are presented as "changed/added/removed" from github push action, from example payload it's visible which files are changed on the last commit: https://pastebin.com/raw/u8u0B4PB ) . so, at first, the plugin downloaded only those files (instead of whole repo) and then it continue doing what it does (comparing md5 etc...)
like #328 , would this speed up things for users or not?
The text was updated successfully, but these errors were encountered:
@ttodua If i understand correctly, the plugin should be able to understand if its being triggered by a git push and only take the files in the changeset?
@ttodua If i understand correctly, the plugin should be able to understand if its being triggered by a git push and only take the files in the changeset?
yes I meant that. if that wont be complex and can be done within my proposal.
if it's not possible to detect how it's being triggered by, then just maybe on trigger (would not matter what it trigger) check the last push commit and use that info
(On top of #245 PR)
like #328 , would this speed up things for users or not?
The text was updated successfully, but these errors were encountered: