Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Dec 23, 2023
1 parent c79fc4a commit 472589d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Cleanup
env:
BRANCH: ${{ github.ref }}
BRANCH: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}
MERGE_BRANCH: refs/pull/${{ github.event.pull_request.number }}/merge
run: |
gh extension install actions/gh-actions-cache
Expand Down

0 comments on commit 472589d

Please sign in to comment.