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
remove extra condition
  • Loading branch information
matifali committed Dec 1, 2023
commit 5e35de42b4f6f0e99d1a19477f57b601e6c6831c
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,6 @@ jobs:
deploy-wsproxies:
runs-on: ubuntu-latest
needs: build-main-image
# 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