Skip to content

Commit f86f238

Browse files
authored
do not run on forks
1 parent af7790f commit f86f238

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
@@ -770,7 +770,8 @@ jobs:
770770
771771
deploy-wsproxies:
772772
runs-on: ubuntu-latest
773-
needs: build-main-image
773+
needs: build
774+
if: !github.event.pull_request.head.repo.fork
774775
steps:
775776
- name: Checkout
776777
uses: actions/checkout@v4

0 commit comments

Comments
 (0)