Skip to content

Commit 72f9176

Browse files
committed
put back other jobs
1 parent baa3d2b commit 72f9176

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.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/docs.yaml

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

88
permissions:
99
id-token: write

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Lint
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/linux_cuda_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build and test Linux CUDA wheels
22

33
on:
4-
# pull_request:
4+
pull_request:
55
push:
66
branches:
77
- nightly

.github/workflows/linux_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build and test Linux wheel
22

33
on:
4-
# pull_request:
4+
pull_request:
55
push:
66
branches:
77
- nightly

.github/workflows/macos_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build and test MacOS wheel
22

33
on:
4-
# pull_request:
4+
pull_request:
55
push:
66
branches:
77
- nightly

0 commit comments

Comments
 (0)