Skip to content

Commit c3bcb89

Browse files
authored
Apply integrationtest_pull_request_target patch (#137)
1 parent 943b2fa commit c3bcb89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.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
- "FusionTensors"

0 commit comments

Comments
 (0)