Skip to content

Commit dab2d8e

Browse files
committed
Continuing
1 parent 6921d4c commit dab2d8e

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/cpp_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CPP tests
33
on:
44
push:
55
branches: [ main ]
6-
pull_request:
6+
# pull_request:
77

88
concurrency:
99
group: unit-test${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}

.github/workflows/windows_wheel.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@ jobs:
161161
# gpu-arch-type: cuda
162162
# gpu-arch-version: "11.8"
163163
fail-fast: false
164-
# needs: build
165-
needs: generate-matrix # TODO REMOVE
164+
needs: build
166165
uses: pytorch/test-infra/.github/workflows/windows_job.yml@main
167166
permissions:
168167
id-token: write

0 commit comments

Comments
 (0)