Skip to content

Commit 7123bd4

Browse files
authored
Apply integrationtest_pull_request_target patch (#312)
1 parent b1b59a1 commit 7123bd4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/IntegrationTest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
tags: "*"
77
paths:
88
- "Project.toml"
9-
pull_request:
9+
pull_request_target:
1010
types:
1111
- "opened"
1212
- "synchronize"
@@ -19,6 +19,7 @@ jobs:
1919
integration-test:
2020
name: "IntegrationTest"
2121
strategy:
22+
fail-fast: false
2223
matrix:
2324
pkg:
2425
- "https://github.com/ITensor/Tennis.jl"

0 commit comments

Comments
 (0)