Skip to content

Commit

Permalink
ci: add org membership check to e2e test job
Browse files Browse the repository at this point in the history
  • Loading branch information
ctran88 committed Jan 21, 2025
1 parent 75a8840 commit 17bc70d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Trigger E2E Workflow in backend-sdk-tests and Wait
if: ${{ github.event.pull_request.author_association == 'MEMBER' }}
uses: convictional/[email protected]
with:
owner: passageidentity
Expand Down

0 comments on commit 17bc70d

Please sign in to comment.