diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index 76c14f0..7c9ba59 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"