We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e10d0b commit b90bc7fCopy full SHA for b90bc7f
.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/linux_cuda_wheel.yaml
@@ -1,7 +1,7 @@
1
name: Build and test Linux CUDA wheels
2
- #pull_request:
branches:
- nightly
.github/workflows/macos_wheel.yaml
name: Build and test MacOS wheel
0 commit comments