Skip to content

Commit cd0a6d0

Browse files
authored
Handle wheel promotion gate on forks (DataDog#23600)
* Handle promotion failure on forks * use pull_request_target
1 parent a3876a2 commit cd0a6d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependency-wheel-promotion-gate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Dependency Wheel Promotion Gate
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
branches:
66
- master
77
- 7.*.*

0 commit comments

Comments
 (0)