Skip to content

Commit 5d3d13c

Browse files
authored
Change installation test kind from 'all' to 'usable' (#304)
1 parent 6ed44af commit 5d3d13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_internal-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131
- uses: ./supported-version
3232
with:
33-
kind: all
33+
kind: usable
3434
id: supported-version
3535
- run: echo ${{ steps.supported-version.outputs.matrix }}
3636

0 commit comments

Comments
 (0)