Skip to content

Commit

Permalink
skip post-deploy step for now since hostyv is already up to date . go…
Browse files Browse the repository at this point in the history
…t to get the UI out
  • Loading branch information
Patrick Bergeron committed Sep 26, 2023
1 parent ada0d9b commit bbf4964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bbf4964

Please sign in to comment.