name: External PR Tests on: pull_request_target: types: [opened, synchronize] jobs: test: runs-on: self-hosted steps: - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} - run: make test - run: make deploy-staging