Skip to content

Commit e0c3a98

Browse files
authored
CI: Fix weekly cache cleanup job (#54067)
1 parent 9fc21dc commit e0c3a98

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cache-cleanup-weekly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
jobs:
88
cleanup:
99
runs-on: ubuntu-latest
10+
if: github.repository_owner == 'pandas-dev'
11+
permissions:
12+
actions: write
1013
steps:
1114
- name: Clean Cache
1215
run: |

0 commit comments

Comments
 (0)