Skip to content
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

Trigger build only before merging #804

Open
jonathan-boudreau-work opened this issue Apr 20, 2022 · 3 comments
Open

Trigger build only before merging #804

jonathan-boudreau-work opened this issue Apr 20, 2022 · 3 comments

Comments

@jonathan-boudreau-work
Copy link

We have expensive build steps which we don't want to run on every commit. At the same time we want to run these build steps before merging, since they are likely to catch bugs we don't want in trunk.

With bors-ng, it is possible to do this by defining a build which only runs on the trying or staging branches. How would I do this with kodiak?

@chdsbd
Copy link
Owner

chdsbd commented Apr 20, 2022

I think this is less of a Kodiak question and more of a continuous integration (CI) question.

I think with GitHub Actions or CircleCI you can configure CI jobs to run on certain branches. Would that work for you?

@jonathan-boudreau-work
Copy link
Author

Yes that is correct,does kodiak support this?

@chdsbd
Copy link
Owner

chdsbd commented Apr 25, 2022

Yes, assuming you configure your CI provider to run CI jobs on certain branches, Kodiak will support that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants