From 2abcaf8285ad62fabdcfc421ef629d054bf5a9b4 Mon Sep 17 00:00:00 2001 From: Brandon - PrintVis <141929448+basprintvis@users.noreply.github.com> Date: Thu, 18 Jun 2026 10:08:39 -0400 Subject: [PATCH] Change publish job condition to 'if success()' --- .github/workflows/build-prototype.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-prototype.yml b/.github/workflows/build-prototype.yml index 982b3f6..af17cf0 100644 --- a/.github/workflows/build-prototype.yml +++ b/.github/workflows/build-prototype.yml @@ -138,7 +138,7 @@ jobs: name: Publish to QA_Feature runs-on: windows-latest needs: build - if: github.event_name == 'workflow_dispatch' + if: success() steps: - name: Download compiled app artifact