We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ffa5b9 commit 74607a0Copy full SHA for 74607a0
2 files changed
.github/workflows/mise-prepare-cache.yaml
@@ -6,6 +6,13 @@ on:
6
description: Runner to use
7
required: true
8
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
16
permissions:
17
contents: read
18
.github/workflows/mise-uv-prepare-cache.yaml
@@ -10,6 +10,20 @@ on:
+ directory:
+ description: Directory containing uv project
+ options:
+ - aoc-main
19
+ - solvers/python
20
21
+ type: choice
22
23
24
25
26
27
28
29
0 commit comments