Skip to content

linux-cip-pipeline.yml: Don't run builds and tests for rebase branches

The code on rebase branches should be identical to the code on non-rebase branches. We already have a CI job in place to verify this.

There is little point in running all the builds and tests again on the same code.

Signed-off-by: Chris Paterson chris.paterson2@renesas.com

Merge request reports