Merge branch 'gitlab-ci-pages-needs' into 'master'

gitlab-ci: 'pages' needs 'Build documentation' but it has `changes:`

See merge request fdroid/fdroidserver!1670
This commit is contained in:
Hans-Christoph Steiner 2025-06-26 06:55:43 +00:00
commit 47b9b24aef

View file

@ -734,7 +734,9 @@ pages:
artifacts:
paths:
- public
needs: ["Build documentation"]
needs:
- job: "Build documentation"
optional: true
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' # only publish pages on default (master) branch