Skip to content

Commit d2e0b58

Browse files
authored
Update socketio_e2e.yml to remove pull_request_target (#849)
Removed pull_request_target trigger for workflows.
1 parent 68d2adc commit d2e0b58

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/socketio_e2e.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77
branches: [ "main" ]
88
paths:
99
- 'sdk/**'
10-
pull_request_target:
11-
branches: [ "main" ]
12-
paths:
13-
- 'sdk/**'
1410
env:
1511
NODE_VERSION: '18.x' # set this to the node version to use
1612
jobs:
@@ -50,4 +46,4 @@ jobs:
5046
SocketIoPort: 3000
5147
run: |
5248
pushd sdk/webpubsub-socketio-extension
53-
yarn run test
49+
yarn run test

0 commit comments

Comments
 (0)