Commit 8fd0cac
committed
[GitHub] Remove libclang Python actions fork protection
Remove the check that only allows the action to run if
it is running from the parent llvm organization repo.
This is meant to protect contributors that fork the
project from automatically launching actions with their
account quota.
This shouldn't be necessary, since GitHub Actions are
disabled automatically on forks. The following docs says
"When a public repository is forked, scheduled workflows
are disabled by default.".
https://docs.github.com/en/actions/using-workflows/disabling-and-enabling-a-workflow
Issue #76601.1 parent fffedc0 commit 8fd0cac
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
0 commit comments