mirror of
https://github.com/typesense/typesense.git
synced 2025-05-21 22:33:27 +08:00
Use cache from target branch in PR if available
This commit is contained in:
parent
c18cc2f068
commit
ea09492c21
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user