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 b12e65e commit 2e960f1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/purge-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

name: Purge image cache

on:
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
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

jobs:
purge:
Expand Down

0 comments on commit 2e960f1

Please sign in to comment.