ci: ensure that main branch is fetched for changelog check job

skip-changelog, as this doesn't touch library code.
This commit is contained in:
Jonas Schäfer 2025-01-26 17:31:50 +01:00
commit 6bed0f27ec

View file

@ -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: