We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a0671 commit 3c82d7cCopy full SHA for 3c82d7c
.github/workflows/release.yml
@@ -15,8 +15,10 @@ jobs:
15
- name: Checkout
16
uses: actions/checkout@v4
17
18
- - name: Test
19
- run: cd e2e/smoke && bazel test //...
+ # Disabling for now because we are getting disk space issues on the GH runners
+ # We already run all of our tests with Bazel CI
20
+ # - name: Test
21
+ # run: cd e2e/smoke && bazel test //...
22
23
- name: Build release artifacts and prepare release notes
24
run: |
0 commit comments