-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI Reruns after pushing lockfile commit #24
Comments
You could test the commit message on your CI, and skip the build based on that. It won't completely skip, but it would be a lot faster as it won't have to install everything and then test everything. |
We could think about optionally adding |
Would it still work with github required status if it amended the greenkeeper commit with the lockfile and added |
No unfortunately not. Also ammending to the first commit makes it way harder to detect "firstPush" on other platforms than Travis CI. |
Closing until somebody comes up with a satisfactory solution |
After a greenkeeper successful upgrades a dependancy and the lockfile commit is pushed, travis creates new jobs because of the new commit. Is there a way around this as it's effectively testing the same build or is this just a limitation of regenerating the lockfile independently?
The text was updated successfully, but these errors were encountered: