Skip to content

Commit 8fd0cac

Browse files
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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/libclang-python-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ concurrency:
2828

2929
jobs:
3030
check-clang-python:
31-
if: github.repository_owner == 'llvm'
3231
# Build libclang and then run the libclang Python binding's unit tests.
3332
name: Build and run Python unit tests
3433
uses: ./.github/workflows/llvm-project-tests.yml

0 commit comments

Comments
 (0)