Use per-branch bazel cache

This commit is contained in:
Jason Bosco 2023-12-12 21:28:47 -06:00
parent c2fcbd0d94
commit fe25926601

View File

@ -45,7 +45,7 @@ jobs:
workflow_conclusion: ""
if_no_artifact_found: warn
skip_unpack: true
branch: main
branch: ${{ github.head_ref || github.ref_name }}
- name: Uncompress bazel cache
run: |