Skip to content

Commit 047b1d8

Browse files
mtfishmanclaude
andauthored
Switch IntegrationTest to pull_request_target, add fail-fast false (#124)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0cf8426 commit 047b1d8

3 files changed

Lines changed: 6 additions & 3 deletions

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
- "__none__"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ITensorPkgSkeleton"
22
uuid = "3d388ab1-018a-49f4-ae50-18094d5f71ea"
3-
version = "0.3.47"
3+
version = "0.3.48"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]

template/.github/workflows/IntegrationTest.yml.template

Lines changed: 3 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,10 +19,12 @@ jobs:
1919
integration-test:
2020
name: "IntegrationTest"
2121
strategy:
22+
fail-fast: false
2223
matrix:
2324
pkg:
2425
{DOWNSTREAMPKGS}
2526
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
27+
secrets: "inherit"
2628
with:
2729
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
2830
pkg: "${{ matrix.pkg }}"

0 commit comments

Comments
 (0)