Skip to content

Commit 74607a0

Browse files
ci: Allow running prepare-cache workflows manually (#127)
1 parent 4ffa5b9 commit 74607a0

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/mise-prepare-cache.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ on:
66
description: Runner to use
77
required: true
88
type: string
9+
workflow_dispatch:
10+
inputs:
11+
runner:
12+
default: ubuntu-24.04
13+
description: Runner to use
14+
required: true
15+
type: string
916
permissions:
1017
contents: read
1118

.github/workflows/mise-uv-prepare-cache.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ on:
1010
description: Runner to use
1111
required: true
1212
type: string
13+
workflow_dispatch:
14+
inputs:
15+
directory:
16+
description: Directory containing uv project
17+
options:
18+
- aoc-main
19+
- solvers/python
20+
required: true
21+
type: choice
22+
runner:
23+
default: ubuntu-24.04
24+
description: Runner to use
25+
required: true
26+
type: string
1327
permissions:
1428
contents: read
1529

0 commit comments

Comments
 (0)