From 78754f6f70dd2831da95891662cb2da3815b7617 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Mon, 23 Mar 2026 11:54:00 -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"