Skip to content

Commit

Permalink
image purge action
Browse files Browse the repository at this point in the history
  • Loading branch information
trchudley committed Jun 9, 2024
1 parent 12394a2 commit 585d46b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/purge-cache.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

# https://github.com/marketplace/actions/action-camo-purge

name: Purge image cache

on:
workflow_dispatch
schedule:
- cron: '52 2 * * *' # once per day in the early hours

jobs:
purge:
runs-on: ubuntu-latest

steps:
- uses: kevincobain2000/action-camo-purge@v1
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://pytest-with-eric.com/integrations/pytest-github-actions/
# https://github.com/mamba-org/setup-micromamba

name: Run Unit Tests
name: Run unit tests

on:
- push
Expand Down

0 comments on commit 585d46b

Please sign in to comment.