GithubStatus: Don't send a pending status for already-finished builds
[?]
Jun 21, 2017, 6:51 PM
GLINJE24XCWIHWC5FGVJ32BD2KKUHFH6I4YCDIHZM4NHJL2GWYUQCDependencies
- [2]
NSRWW6LCAdd a plugin to interact with the github status API.
Change contents
- edit in src/lib/Hydra/Plugin/GithubStatus.pm at line 35
# Don't send out "pending" status updates if the build is already finishednext if !$finished && $b->finished == 1;