Skip to content

Commit 86ce7b1

Browse files
authored
Update update-quick-start-module.yml
1 parent 26ee635 commit 86ce7b1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,45 +26,45 @@ jobs:
2626
package-type: all
2727
os: linux
2828
channel: "nightly"
29-
getting-started: "true"
29+
getting-started: true
3030
windows-nightly-matrix:
3131
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
3232
with:
3333
package-type: all
3434
os: windows
3535
channel: "nightly"
36-
getting-started: "true"
36+
getting-started: true
3737
macos-arm64-nightly-matrix:
3838
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
3939
with:
4040
package-type: all
4141
os: macos-arm64
4242
channel: "nightly"
43-
getting-started: "true"
43+
getting-started: true
4444
linux-release-matrix:
4545
needs: [linux-nightly-matrix]
4646
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
4747
with:
4848
package-type: all
4949
os: linux
5050
channel: "release"
51-
getting-started: "true"
51+
getting-started: true
5252
windows-release-matrix:
5353
needs: [windows-nightly-matrix]
5454
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
5555
with:
5656
package-type: all
5757
os: windows
5858
channel: "release"
59-
getting-started: "true"
59+
getting-started: true
6060
macos-arm64-release-matrix:
6161
needs: [macos-arm64-nightly-matrix]
6262
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
6363
with:
6464
package-type: all
6565
os: macos-arm64
6666
channel: "release"
67-
getting-started: "true"
67+
getting-started: true
6868

6969
update-quick-start:
7070
needs: [linux-nightly-matrix, windows-nightly-matrix, macos-arm64-nightly-matrix,

0 commit comments

Comments
 (0)