From 6bed0f27ec974aab01d5d0403a7fa4b5b3214548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Sun, 26 Jan 2025 17:31:50 +0100 Subject: [PATCH] ci: ensure that main branch is fetched for changelog check job skip-changelog, as this doesn't touch library code. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 161bc4dea4947cbb4ddada052ee19c0acf386bc9..76e1abb4a6a5a68d5a2271a03ba0a575164d1795 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,6 +82,7 @@ changelog-update: - apk add --no-cache python3 git - python3 --version - git version + - git fetch origin main - git log --oneline "${CI_MERGE_REQUEST_DIFF_BASE_SHA}.." -- - python3 .forgejo/workflows/check-changelog.py rules: