diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index 013f237..ffdcfac 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -6,7 +6,7 @@ on: tags: "*" paths: - "Project.toml" - pull_request: + pull_request_target: types: - "opened" - "synchronize" @@ -25,6 +25,7 @@ jobs: - "DiagonalArrays" - "FusionTensors" - "GradedArrays" + fail-fast: false uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main" secrets: "inherit" with: