From 5f9edab98047cd4155e7cda7b51ff4e725de13e2 Mon Sep 17 00:00:00 2001 From: Alex Jones Date: Mon, 7 Apr 2025 08:55:53 +0100 Subject: [PATCH] chore: setting up build system fixes Signed-off-by: Alex Jones --- .github/workflows/build_container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_container.yaml b/.github/workflows/build_container.yaml index 35e95a5..5f33d4b 100644 --- a/.github/workflows/build_container.yaml +++ b/.github/workflows/build_container.yaml @@ -107,7 +107,7 @@ jobs: upload_images: name: Upload images to ghcr registry needs: [ prepare_ci_run, build_image ] - if: github.event_name == 'push' && needs.prepare_ci_run.outputs.NON_FORKED_AND_NON_ROBOT_RUN == 'true' # only run on push to main/maintenance branches + # if: github.event_name == 'push' && needs.prepare_ci_run.outputs.NON_FORKED_AND_NON_ROBOT_RUN == 'true' # only run on push to main/maintenance branches runs-on: ubuntu-latest env: DATETIME: ${{ needs.prepare_ci_run.outputs.DATETIME }}