Closed neongreen closed 6 years ago
It'd be nice to have the fast CI integrated with Github. We can probably do that by doing a POST query in on_failure and on_success jobs of the build – see http://docs.gitlab.com/ce/ci/yaml/README.html#when.
on_failure
on_success
Just as a note, this probably wouldn't work for pull requests without a change to grapple, the tool I wrote to sync repositories.
Can likely be done with Circle CI's granular caches.
It'd be nice to have the fast CI integrated with Github. We can probably do that by doing a POST query in
on_failure
andon_success
jobs of the build – see http://docs.gitlab.com/ce/ci/yaml/README.html#when.