We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6921d4c commit dab2d8eCopy full SHA for dab2d8e
2 files changed
.github/workflows/cpp_tests.yaml
@@ -3,7 +3,7 @@ name: CPP tests
3
on:
4
push:
5
branches: [ main ]
6
- pull_request:
+ # pull_request:
7
8
concurrency:
9
group: unit-test${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}
.github/workflows/windows_wheel.yaml
@@ -161,8 +161,7 @@ jobs:
161
# gpu-arch-type: cuda
162
# gpu-arch-version: "11.8"
163
fail-fast: false
164
- # needs: build
165
- needs: generate-matrix # TODO REMOVE
+ needs: build
166
uses: pytorch/test-infra/.github/workflows/windows_job.yml@main
167
permissions:
168
id-token: write
0 commit comments