Skip to content

Commit

Permalink
Merge branch 'PSG-5721-sdk-test-node' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
passage-chris authored Jan 21, 2025
2 parents 153e173 + c8495ed commit 049603a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@ jobs:
name: Test E2E
runs-on: ubuntu-latest
steps:
- name: Check membership
run: |
echo "Author Association: ${{ github.event.pull_request.author_association }}"
- uses: actions-cool/check-user-permission@v2
with:
require: write
id: check_permission
- name: Trigger E2E Workflow in backend-sdk-tests and Wait
if: ${{ github.event.pull_request.author_association == 'MEMBER' }}
if: ${{ steps.check_permission.outputs.require-result == 'true' }}
uses: convictional/[email protected]
with:
owner: passageidentity
Expand Down

0 comments on commit 049603a

Please sign in to comment.