Split CI workflow to prevent schedule inactivity from pausing push/PR builds#1629
Conversation
|
does this require only a commit in master branch, or does it also require commits to other branches ? |
|
I am wondering also if in that case we could not have a single in the master branch, the only purpose of |
Just in master, that's where our scheduled workflows are https://github.com/eclipse-vertx/vertx-sql-client/actions?query=event%3Aschedule |
That should be possible, indeed. Would you like me to give it a try here? |
… builds See vert-x3/issues#665 Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
9b64b54 to
6337d1c
Compare
yes did you test this change on a fork of this repo to ensure it works as expected for other branches ? |
Not sure what you mean exactly, can you elaborate? |
For CI builds triggered by pushes to supported branches or pull requests, we can have a single file that lists the branches. Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
80858ac to
4b3b786
Compare
Just pushed a commit for this. But we need to backport the change to |
|
As discussed off-list, there's no need to backport this. I'll go ahead and merge. Let's see how it goes and, if it works well, we can generalize the change through the stack. |
See vert-x3/issues#665