Skip to content

Commit 989d68f

Browse files
authored
Merge pull request #1656 from splunk/CSPL-4372-add-discovery-of-target-pr
CSPL-4372: Update GitHub workflows to use pull_request_target event
2 parents 1b0ee23 + c66dbce commit 989d68f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-test-push-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Build and Test
22
on:
3-
pull_request: {}
3+
pull_request_target: {}
44
push:
55
branches:
66
- main

.github/workflows/distroless-build-test-push-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Build and Test Distroless
22
on:
3-
pull_request: {}
3+
pull_request_target: {}
44
push:
55
branches:
66
- main

.github/workflows/prodsec-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
on:
2-
pull_request: {}
2+
pull_request_target: {}
33
push:
44
branches:
55
- main

0 commit comments

Comments
 (0)