From 5ebab0e727b59bb59efd6342315c02fe00475c88 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Mon, 23 Mar 2026 11:48:46 -0400 Subject: [PATCH] Apply integrationtest_pull_request_target patch --- .github/workflows/IntegrationTest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: