Commit 9c8b5c0
committed
Fix workflow trigger for Python package version check
`pull_request_target` runs against the base and doesn't work with paths,
so it's wrong. It is more targeted toward protecting workflows from
rogue PRs from forks.
This isn't an issue for this workflow because it doesn't use any
secrets, apart from ephemeral ones generated through OIDC flows, and
in any event it's protected from fork runs by the `if` check in
`check-python-package-versions.yaml` on line 11.1 parent 904750d commit 9c8b5c0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments