Skip to content

Commit 1c07a38

Browse files
authored
set action back to pull_request_target (#602)
Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent e93146b commit 1c07a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-docker-compose-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: E2E test with docker compose
55

66
on:
7-
pull_request:
7+
pull_request_target:
88
branches: [main]
99
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
1010
paths:

0 commit comments

Comments
 (0)