File tree Expand file tree Collapse file tree
template/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 tags : " *"
77 paths :
88 - " Project.toml"
9- pull_request :
9+ pull_request_target :
1010 types :
1111 - " opened"
1212 - " synchronize"
1919 integration-test :
2020 name : " IntegrationTest"
2121 strategy :
22+ fail-fast : false
2223 matrix :
2324 pkg :
2425 - " __none__"
Original file line number Diff line number Diff line change 11name = " ITensorPkgSkeleton"
22uuid = " 3d388ab1-018a-49f4-ae50-18094d5f71ea"
3- version = " 0.3.47 "
3+ version = " 0.3.48 "
44authors = [" ITensor developers <support@itensor.org> and contributors" ]
55
66[workspace ]
Original file line number Diff line number Diff line change 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 }}"
You can’t perform that action at this time.
0 commit comments