Skip to content

Commit a96557a

Browse files
committed
Sigh.
1 parent 22d1339 commit a96557a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
artifacts-*/*
5656
rules_py-*.tar.gz
5757
tag_name: ${{ github.ref_name }}
58+
# Bypass rerunning the tests
59+
bazel_test_command: |
60+
/bin/true
5861
5962
publish:
6063
needs: release

0 commit comments

Comments
 (0)