Skip to content

Commit 54e0fd0

Browse files
committed
test
1 parent 7447ad0 commit 54e0fd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,8 @@ jobs:
485485
deploy-wsproxies:
486486
runs-on: ubuntu-latest
487487
needs: build-main-image
488-
if: github.ref == 'refs/heads/main' && !github.event.pull_request.head.repo.fork
488+
# if: github.ref == 'refs/heads/main' && !github.event.pull_request.head.repo.fork
489+
# uncomment the above line after verifying that the workflow works as expected
489490
steps:
490491
- name: Checkout
491492
uses: actions/checkout@v4

0 commit comments

Comments
 (0)