Skip to content

Commit

Permalink
camo-purge
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslaff committed Feb 19, 2025
1 parent f2977b0 commit baca59b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/camo-purge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Purge GitHub Camo Cache

on:
workflow_dispatch: # Allows manual triggering
schedule:
- cron: '0 0 * * *' # Runs daily at midnight UTC

jobs:
purge-camo-cache:
runs-on: ubuntu-latest
steps:
- name: Purge GitHub Camo Cache
uses: kevincobain2000/action-camo-purge@v1

0 comments on commit baca59b

Please sign in to comment.