From 8e43bb9b26ffa4bd23ad6cb950e356dc312f68db Mon Sep 17 00:00:00 2001 From: Kyle Harding Date: Fri, 1 Nov 2024 13:30:14 -0400 Subject: [PATCH] DO NOT MERGE: Force S3 deploy to staging Signed-off-by: Kyle Harding --- .github/workflows/yocto-build-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yocto-build-deploy.yml b/.github/workflows/yocto-build-deploy.yml index 0a8cddcd0..167d7e5df 100644 --- a/.github/workflows/yocto-build-deploy.yml +++ b/.github/workflows/yocto-build-deploy.yml @@ -568,7 +568,7 @@ jobs: # If we deploy the hostapp, also deploy the s3 artifacts # Force finlize will finalize no matter what - so we want to make sure there is something to finlize - so it will always trigger this if true - name: Evaluate whether to deploy hostapp - if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || inputs.force-finalize + # if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || inputs.force-finalize id: should-deploy run: | echo "deploy=true" >>"${GITHUB_OUTPUT}"