Skip to content

Commit

Permalink
chore: update workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 22, 2024
1 parent c6a1c59 commit 2c814c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cleanupCache.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: clean up caches by a branch
name: cache
on:
pull_request:
types:
Expand Down Expand Up @@ -26,4 +26,4 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
BRANCH: refs/pull/${{ github.event.pull_request.number }}/merge
BRANCH: refs/pull/${{ github.event.pull_request.number }}/merge

0 comments on commit 2c814c8

Please sign in to comment.