From 653e894bb9226b9818c0cbed70180195f71b71da Mon Sep 17 00:00:00 2001 From: fithwum Date: Sun, 11 Jan 2026 06:57:56 -0800 Subject: [PATCH] changelog --- .gitea/workflows/pipeline.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 114506b..0e18b62 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -351,9 +351,9 @@ jobs: - check-for-changes - generate-build-info if: | - needs.build-alpine.outputs.built == 'true' || - needs.build-debian.outputs.built == 'true' || - needs.build-basic.outputs.built == 'true' + needs.check-for-changes.outputs.should_build_alpine == 'true' || + needs.check-for-changes.outputs.should_build_debian == 'true' || + needs.check-for-changes.outputs.should_build_basic == 'true' runs-on: vm-docker-build2 steps: - name: Checkout source @@ -433,7 +433,4 @@ jobs: git push origin --delete "$TEMP_BRANCH" || true else echo "[INFO] No changelog changes to commit." - fi - - -############################################ \ No newline at end of file + fi \ No newline at end of file