Skip to content

Commit fde34cf

Browse files
committed
stop triggering review app deployment on opening of pr
1 parent b025670 commit fde34cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-control-plane-review-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ run-name: Deploy PR Review App - PR #${{ github.event.pull_request.number || git
55
# Controls when the workflow will run
66
on:
77
pull_request:
8-
types: [opened, synchronize, reopened]
8+
types: [synchronize, reopened]
99
issue_comment:
1010
types: [created]
1111
workflow_dispatch:

0 commit comments

Comments
 (0)