Skip to content

Commit 11428bf

Browse files
committed
run on main
1 parent 54a8efd commit 11428bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_vllm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ permissions:
1414
jobs:
1515
build:
1616
name: forge-cu129-nightly
17-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@a211e45ef7bb7a08b3ce7050ec267f9fdb56f9f1
17+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml
1818
strategy:
1919
fail-fast: false
2020
with:
2121
repository: meta-pytorch/forge
2222
ref: ""
2323
test-infra-repository: pytorch/test-infra
24-
test-infra-ref: a211e45ef7bb7a08b3ce7050ec267f9fdb56f9f1
24+
test-infra-ref: main
2525
run-smoke-test: false
2626
wheel-nightly-policy: gha_workflow_build_preview_wheels_policy
2727
wheel-upload-path: whl/preview/forge

.github/workflows/build_wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ permissions:
1414
jobs:
1515
build:
1616
name: forge-cu129-nightly
17-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@a211e45ef7bb7a08b3ce7050ec267f9fdb56f9f1
17+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml
1818
strategy:
1919
fail-fast: false
2020
with:
2121
repository: meta-pytorch/forge
2222
ref: ""
2323
test-infra-repository: pytorch/test-infra
24-
test-infra-ref: a211e45ef7bb7a08b3ce7050ec267f9fdb56f9f1
24+
test-infra-ref: main
2525
run-smoke-test: false
2626
wheel-nightly-policy: gha_workflow_build_preview_wheels_policy
2727
wheel-upload-path: whl/preview/forge

0 commit comments

Comments
 (0)