Skip to content

Commit 3c82d7c

Browse files
committed
Disable test
1 parent b7a0671 commit 3c82d7c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v4
1717

18-
- name: Test
19-
run: cd e2e/smoke && bazel test //...
18+
# Disabling for now because we are getting disk space issues on the GH runners
19+
# We already run all of our tests with Bazel CI
20+
# - name: Test
21+
# run: cd e2e/smoke && bazel test //...
2022

2123
- name: Build release artifacts and prepare release notes
2224
run: |

0 commit comments

Comments
 (0)