Skip to content

Commit

Permalink
chore(ci): Remove a duplicate step from the bazel workflow (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Jan 24, 2024
1 parent 0ec6e76 commit 9dd26cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/bazel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ jobs:
########################################
# Prepare release
########################################
- name: Optimize bazel cache directory before uploading
run: bin/optimize-bazel-cache.sh
- name: Extract binaries from bazel, so they can be pushed as GitHub artifacts in the next steps
if: startsWith(github.ref, 'refs/tags/v')
run: |
Expand Down

0 comments on commit 9dd26cb

Please sign in to comment.