From 6a142db59fc8c4641c9ebeb8524f5fadcbb1a25b Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Wed, 10 Apr 2024 12:49:10 +0200 Subject: [PATCH] chore(ci): Always rebase on main Signed-off-by: rjshrjndrn --- .github/workflows/patch-build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/patch-build.yaml b/.github/workflows/patch-build.yaml index 146c91d4f..e23775055 100644 --- a/.github/workflows/patch-build.yaml +++ b/.github/workflows/patch-build.yaml @@ -23,6 +23,9 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 1 + - name: Rebase with main branch, to make sure the code has latest main changes + run: | + git pull --rebase origin main - name: Downloading yq run: |