Skip to content

Commit 9bf7c49

Browse files
authored
fix: don't test on release (#920)
Signed-off-by: Thulio Ferraz Assis <[email protected]> Signed-off-by: Thulio Ferraz Assis <[email protected]>
1 parent 9fc69da commit 9bf7c49

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.github/workflows/ci.bazelrc

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2
15-
- name: bazel test //...
16-
env:
17-
# Bazelisk will download bazel to here
18-
XDG_CACHE_HOME: ~/.cache/bazel-repo
19-
run: bazel --bazelrc=.github/workflows/ci.bazelrc --bazelrc=.bazelrc test //...
2015
- name: Prepare workspace snippet
2116
run: .github/workflows/workspace_snippet.sh ${{ env.GITHUB_REF_NAME }} > release_notes.txt
2217
- name: Release

0 commit comments

Comments
 (0)