Skip to content

Commit 92e1fc0

Browse files
mtfishmanclaude
andcommitted
Test pin: ITensorActions reusables to the mf/subdir-inputs branch
Smoke test for ITensorActions#107. Pins the six reusables that PR changes (or could affect) to its branch ref so SparseArraysBase's CI exercises them with default inputs. Goal: confirm the new inputs (`subdirs` / `extra-dev-paths` / `test-args` / `subdir`) are purely additive and existing single-package consumers see no behavior change. Will close and revert this PR after observation. Not for merge. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 56dbe2a commit 92e1fc0

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/CheckCompatBounds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ permissions:
66
jobs:
77
check-compat-bounds:
88
name: "CheckCompatBounds"
9-
uses: "ITensor/ITensorActions/.github/workflows/CheckCompatBounds.yml@v2"
9+
uses: "ITensor/ITensorActions/.github/workflows/CheckCompatBounds.yml@mf/subdir-inputs"
1010
with:
1111
localregistry: "https://github.com/ITensor/ITensorRegistry.git"

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
jobs:
1010
compathelper:
1111
name: "CompatHelper"
12-
uses: "ITensor/ITensorActions/.github/workflows/CompatHelper.yml@v2"
12+
uses: "ITensor/ITensorActions/.github/workflows/CompatHelper.yml@mf/subdir-inputs"
1313
with:
1414
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
1515
secrets: "inherit"

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
documentation:
1717
name: "Documentation"
18-
uses: "ITensor/ITensorActions/.github/workflows/Documentation.yml@v2"
18+
uses: "ITensor/ITensorActions/.github/workflows/Documentation.yml@mf/subdir-inputs"
1919
with:
2020
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
2121
secrets:

.github/workflows/Registrator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
jobs:
1818
registrator:
1919
name: "Registrator"
20-
uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@v2"
20+
uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@mf/subdir-inputs"
2121
with:
2222
localregistry: "ITensor/ITensorRegistry"
2323
secrets: "inherit"

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- "ubuntu-latest"
3535
- "macOS-latest"
3636
- "windows-latest"
37-
uses: "ITensor/ITensorActions/.github/workflows/Tests.yml@v2"
37+
uses: "ITensor/ITensorActions/.github/workflows/Tests.yml@mf/subdir-inputs"
3838
with:
3939
group: "${{ matrix.group }}"
4040
julia-version: "${{ matrix.version }}"

.github/workflows/VersionCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ permissions:
77
jobs:
88
version-check:
99
name: "VersionCheck"
10-
uses: "ITensor/ITensorActions/.github/workflows/VersionCheck.yml@v2"
10+
uses: "ITensor/ITensorActions/.github/workflows/VersionCheck.yml@mf/subdir-inputs"
1111
with:
1212
localregistry: "https://github.com/ITensor/ITensorRegistry.git"

0 commit comments

Comments
 (0)