From 46d86fb42e69e781c7bd787d33d3570adb1d183b Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Thu, 15 Jan 2026 17:16:25 -0500 Subject: [PATCH] Update comments --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 74196eed9b..a7c9656487 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -194,7 +194,7 @@ jobs: linux/amd64, linux/arm/v7, linux/arm64 - # Only push for non-fork PRs (maintains parity with ACR behavior) + # Only push for non-fork PRs push: ${{ github.event.pull_request.head.repo.fork != true }} tags: ${{ steps.image-tags.outputs.tags }}