Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix cache for PR on other branch than master
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
.github/workflows/run-tests.yml
|
@@ -99,7 +99,7 @@ jobs: |
|
|
# The base_ref or target branch of the pull request in a workflow run. |
|
|
restore-keys: | |
|
|
build-ccache-${{ matrix.ubuntu-base }}-${{ github.actor }}-${{ github.head_ref }}- |
|
|
build-ccache-${{ matrix.ubuntu-base }}-${{ github.base_ref }}- |
|
|
build-ccache-${{ matrix.ubuntu-base }}-refs/heads/${{ github.base_ref }}- |
|
|
build-ccache-${{ matrix.ubuntu-base }}-refs/heads/master- |
|
|
|
|
|
- name: Prepare build cache for branch/tag |
|
|