Skip to content

Commit baca59b

Browse files
committed
camo-purge
1 parent f2977b0 commit baca59b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/camo-purge.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Purge GitHub Camo Cache
2+
3+
on:
4+
workflow_dispatch: # Allows manual triggering
5+
schedule:
6+
- cron: '0 0 * * *' # Runs daily at midnight UTC
7+
8+
jobs:
9+
purge-camo-cache:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Purge GitHub Camo Cache
13+
uses: kevincobain2000/action-camo-purge@v1

0 commit comments

Comments
 (0)