Skip to content

Commit 55df4ad

Browse files
mx-psicodeboten
andauthored
[chore] Avoid using pull_request_target on tidy-dependencies workflow (#15357)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Switches to `pull_request` on the tidy dependencies workflow, see #15356 (comment) Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
1 parent 68a3f35 commit 55df4ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tidy-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Project: Tidy"
22
on:
3-
pull_request_target:
3+
pull_request:
44
types: [opened, ready_for_review, synchronize, reopened, labeled, unlabeled]
55
branches:
66
- main

0 commit comments

Comments
 (0)