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 585d46b commit b12e65e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/purge-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
name: Purge image cache

on:
workflow_dispatch
workflow_dispatch:
inputs:
dummy:
description: 'Dummy input to allow for multiple triggers with variables'
schedule:
- cron: '52 2 * * *' # once per day in the early hours

Expand Down

0 comments on commit b12e65e

Please sign in to comment.