Commit f12c524
committed
Infra/Tests/Other: 🌱: don't run make targets on pull_request_target
* although the rule `if: github.event_name != 'pull_request_target'`
makes sure to not run the pr-lint steps on pull_request_target, we
should not use this event trigger, but actually use `pull_request`
instead
* https://docs.github.com/en/actions/reference/security/securely-using-pull_request_target
Signed-off-by: Jan Klare <klare@osism.tech>1 parent 66dc97a commit f12c524
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments