Skip to content

Commit 165bb00

Browse files
committed
Disable workflows from running on PRs
1 parent 6e43429 commit 165bb00

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build_artifacts.yml

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