Skip to content

Commit

Permalink
fix cache for PR on other branch than master
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 11, 2021
1 parent 1ed964d commit a038545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -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
Expand Down

0 comments on commit a038545

Please sign in to comment.