Skip to content

Apply integrationtest_pull_request_target patch #38

Apply integrationtest_pull_request_target patch

Apply integrationtest_pull_request_target patch #38

name: "Integration Test Request"
on:
issue_comment:
types:
- "created"
jobs:
integrationrequest:
if: |
github.event.issue.pull_request &&
contains(fromJSON('["OWNER", "COLLABORATOR", "MEMBER"]'), github.event.comment.author_association)
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTestRequest.yml@main"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"