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

Commit c8495ed

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@ jobs:
4343
name: Test E2E
4444
runs-on: ubuntu-latest
4545
steps:
46+
- uses: actions-cool/check-user-permission@v2
47+
with:
48+
require: write
49+
id: check_permission
4650
- name: Trigger E2E Workflow in backend-sdk-tests and Wait
51+
if: ${{ steps.check_permission.outputs.require-result == 'true' }}
4752
uses: convictional/[email protected]
4853
with:
4954
owner: passageidentity

0 commit comments

Comments
 (0)