From bbf496426f61778d80ffaf097cc77ec8b294cf24 Mon Sep 17 00:00:00 2001 From: Patrick Bergeron Date: Mon, 25 Sep 2023 19:43:58 -0500 Subject: [PATCH] skip post-deploy step for now since hostyv is already up to date . got to get the UI out --- .github/workflows/production-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production-build.yml b/.github/workflows/production-build.yml index 60c8fd89d..3ce96d359 100644 --- a/.github/workflows/production-build.yml +++ b/.github/workflows/production-build.yml @@ -413,7 +413,7 @@ jobs: # the release available to auto-update post-deploy: if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'build') - needs: [pre-deploy, build-mac, build-windows, build-linux, deploy-desks] + needs: [pre-deploy, build-mac, build-windows, build-linux] # deploy-desks] runs-on: ubuntu-latest timeout-minutes: 30 steps: