Skip to content

Commit 69d963e

Browse files
committed
disable workflows
1 parent 93b724a commit 69d963e

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
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: CI - 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/bazel_gpu_rbe.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: CI - Bazel GPU 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/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:

.github/workflows/pytest_tpu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Run Pytest TPU 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)