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:
parent
8a4d548d9a
commit
6bed0f27ec
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue