Skip to content

Commit bc91295

Browse files
authored
Merge pull request #1659 from splunk/revert-1656-CSPL-4372-add-discovery-of-target-pr
Revert "CSPL-4372: Update GitHub workflows to use pull_request_target event"
2 parents 989d68f + 17b29fc commit bc91295

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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_target: {}
3+
pull_request: {}
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_target: {}
3+
pull_request: {}
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_target: {}
2+
pull_request: {}
33
push:
44
branches:
55
- main

0 commit comments

Comments
 (0)