From 8d6f67df4b526d078ab88f9a73aa7ee272450efe Mon Sep 17 00:00:00 2001 From: fithwum Date: Sun, 6 Jul 2025 06:04:29 -0700 Subject: [PATCH] enable needs after testing --- .gitea/workflows/base-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/base-build.yml b/.gitea/workflows/base-build.yml index 3087b30..47e9904 100644 --- a/.gitea/workflows/base-build.yml +++ b/.gitea/workflows/base-build.yml @@ -8,7 +8,7 @@ on: - '**/CHANGES.md' - '**/build-info.json' schedule: - - cron: '0 12 * * 0' # Sundays at noon UTC + - cron: '0 12 * * 0' # Sunday at noon UTC env: REPO_URL: ${{ secrets.REPO_URL }} @@ -90,8 +90,8 @@ jobs: fi build-and-push-docker-images: - # needs: push-archives-to-repo - # if: needs.push-archives-to-repo.outputs.archives_changed == 'true' + needs: push-archives-to-repo + if: needs.push-archives-to-repo.outputs.archives_changed == 'true' runs-on: docker-build steps: