Add toggle to disable external PR check

This commit is contained in:
Noah Zweben MacBook
2026-01-06 14:12:08 -08:00
parent fd311cd8ba
commit 9215e68d2a

View File

@@ -6,6 +6,7 @@ on:
jobs:
check-membership:
if: vars.DISABLE_EXTERNAL_PR_CHECK != 'true'
runs-on: ubuntu-latest
steps:
- name: Check if author is org member