Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 17bc70d

Browse files
committed
ci: add org membership check to e2e test job
1 parent 75a8840 commit 17bc70d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/on-pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Trigger E2E Workflow in backend-sdk-tests and Wait
47+
if: ${{ github.event.pull_request.author_association == 'MEMBER' }}
4748
uses: convictional/[email protected]
4849
with:
4950
owner: passageidentity

0 commit comments

Comments
 (0)