Skip to content

Commit da5fe08

Browse files
committed
chore: remove worker deploy from pr workflow
1 parent 9d80387 commit da5fe08

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/pull-request.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,3 @@ jobs:
187187

188188
- name: Install worker dependencies
189189
run: cd mcp-server && npm ci
190-
191-
- name: Deploy Worker (mcp-server)
192-
uses: cloudflare/wrangler-action@v3
193-
with:
194-
apiToken: ${{ secrets.CLOUDFLARE_WORKER_TOKEN }}
195-
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
196-
workingDirectory: "./mcp-server"
197-
command: deploy

0 commit comments

Comments
 (0)