Skip to content

chore: deploy workspace proxies on fly.io #10983

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Dec 4, 2023
Prev Previous commit
Next Next commit
test
  • Loading branch information
matifali committed Dec 1, 2023
commit 54e0fd0b94cdb226cadb7f9615b5c9ed768a53d7
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,8 @@ jobs:
deploy-wsproxies:
runs-on: ubuntu-latest
needs: build-main-image
if: github.ref == 'refs/heads/main' && !github.event.pull_request.head.repo.fork
# if: github.ref == 'refs/heads/main' && !github.event.pull_request.head.repo.fork
# uncomment the above line after verifying that the workflow works as expected
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down