Skip to content

Commit dd6e728

Browse files
authored
Update node-e2e.yml
1 parent 84849fb commit dd6e728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ name: Test E2E CI
66
on:
77
pull_request:
88
branches: [main]
9-
types: [opened]
9+
types: [closed]
1010

1111
jobs:
1212
build:
13-
13+
if: "github.event.pull_request.merged"
1414
runs-on: ubuntu-latest
1515

1616
strategy:

0 commit comments

Comments
 (0)