Skip to content

Commit 22b9076

Browse files
committed
disable workflows
1 parent f9a90b9 commit 22b9076

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/bazel_cpu_rbe.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Run Bazel CPU tests (RBE)
22

33
on:
4-
pull_request:
5-
branches:
6-
- main
4+
# pull_request:
5+
# branches:
6+
# - main
77
workflow_dispatch:
88
inputs:
99
halt-for-connection:

.github/workflows/bazel_gpu_non_rbe.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Run Bazel GPU tests (non RBE)
22

33
on:
4-
pull_request:
5-
branches:
6-
- main
4+
# pull_request:
5+
# branches:
6+
# - main
77
workflow_dispatch:
88
inputs:
99
halt-for-connection:

.github/workflows/pytest_cpu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Run Pytest CPU tests
22

33
on:
4-
pull_request:
5-
branches:
6-
- main
4+
# pull_request:
5+
# branches:
6+
# - main
77
workflow_dispatch:
88
inputs:
99
halt-for-connection:

.github/workflows/pytest_gpu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Run Pytest GPU tests
22

33
on:
4-
pull_request:
5-
branches:
6-
- main
4+
# pull_request:
5+
# branches:
6+
# - main
77
workflow_dispatch:
88
inputs:
99
halt-for-connection:

0 commit comments

Comments
 (0)