diff --git a/.github/workflows/ci-compliant-to-kiwi10.yml b/.github/workflows/ci-compliant-to-kiwi10.yml new file mode 100644 index 00000000000..622867ec444 --- /dev/null +++ b/.github/workflows/ci-compliant-to-kiwi10.yml @@ -0,0 +1,14 @@ +name: CI-Compliant-To-Kiwi-10 +on: + pull_request: + branches: [master] + +jobs: + compliance_test: + name: Capable for Rebase to kiwi-10 + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - name: Run rebase + run: git fetch --all; git rebase origin/kiwi-10