Use cache from target branch in PR if available

This commit is contained in:
Jason Bosco 2023-12-18 16:06:34 -06:00
parent c18cc2f068
commit ea09492c21

View File

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