From b1d02eae7f6a30a84224f9ae4e0938dfdf6f84ef Mon Sep 17 00:00:00 2001 From: mtfishman Date: Mon, 23 Mar 2026 12:30:25 -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..9f03b8a 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" @@ -19,6 +19,7 @@ jobs: integration-test: name: "IntegrationTest" strategy: + fail-fast: false matrix: pkg: - "BlockSparseArrays"