Skip to content

Commit a532eca

Browse files
add manual input
1 parent b7c0b0b commit a532eca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cache.yml

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ on:
1818
testing_cache:
1919
value: ${{ jobs.cache.outputs.testing_cache }}
2020
workflow_dispatch:
21+
inputs:
22+
cache_path:
23+
description: path to download files to and cache
24+
type: string
25+
required: false
26+
default: '/tmp/crds'
2127
schedule:
2228
# Weekly Monday midnight
2329
- cron: "0 0 * * 1"

0 commit comments

Comments
 (0)