Skip to content

Commit 7c1c954

Browse files
committed
Update workflow name (#255)
1 parent a3addfc commit 7c1c954

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cache.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Delete Unused Caches
1+
name: Delete Caches
22

33
on:
44
pull_request:
@@ -12,6 +12,7 @@ on:
1212

1313
jobs:
1414
delete:
15+
name: "Delete unused caches (PR #${{ github.event.inputs.pr-number || github.event.number }})"
1516
runs-on: ubuntu-latest
1617
permissions:
1718
actions: write

0 commit comments

Comments
 (0)