Skip to content

Commit 00848f9

Browse files
authored
Add getting-started parameter to generate getting started matrix (#2032)
* Add getting-started parameter to generate getting started matrix * Update update-quick-start-module.yml
1 parent b295d50 commit 00848f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/update-quick-start-module.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,39 +26,45 @@ jobs:
2626
package-type: all
2727
os: linux
2828
channel: "nightly"
29+
getting-started: true
2930
windows-nightly-matrix:
3031
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
3132
with:
3233
package-type: all
3334
os: windows
3435
channel: "nightly"
36+
getting-started: true
3537
macos-arm64-nightly-matrix:
3638
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
3739
with:
3840
package-type: all
3941
os: macos-arm64
4042
channel: "nightly"
43+
getting-started: true
4144
linux-release-matrix:
4245
needs: [linux-nightly-matrix]
4346
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
4447
with:
4548
package-type: all
4649
os: linux
4750
channel: "release"
51+
getting-started: true
4852
windows-release-matrix:
4953
needs: [windows-nightly-matrix]
5054
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
5155
with:
5256
package-type: all
5357
os: windows
5458
channel: "release"
59+
getting-started: true
5560
macos-arm64-release-matrix:
5661
needs: [macos-arm64-nightly-matrix]
5762
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
5863
with:
5964
package-type: all
6065
os: macos-arm64
6166
channel: "release"
67+
getting-started: true
6268

6369
update-quick-start:
6470
needs: [linux-nightly-matrix, windows-nightly-matrix, macos-arm64-nightly-matrix,

0 commit comments

Comments
 (0)