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
do not run on forks
  • Loading branch information
matifali authored Dec 1, 2023
commit f86f238abb1fee25847357818ed0096e0657ded7
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,8 @@ jobs:

deploy-wsproxies:
runs-on: ubuntu-latest
needs: build-main-image
needs: build
if: !github.event.pull_request.head.repo.fork
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down