Commit 23242ca
committed
Enable manual triggering for maintenance-fast.yml workflow
Add workflow_dispatch trigger to maintenance-fast.yml on main branch
to enable manual triggering with commit SHA input. GitHub only shows
manual trigger options for workflows that exist on the default branch,
so adding this trigger allows the maintenance-fast workflow to be
manually triggered from the GitHub UI.
The actual workflow implementation with commit checkout logic already
exists on the 1.0.x branch and will be used when manually triggered.
Signed-off-by: [email protected]1 parent 5a73b72 commit 23242ca
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
7 | 13 | | |
8 | 14 | | |
9 | 15 | | |
10 | | - | |
| 16 | + | |
11 | 17 | | |
12 | 18 | | |
13 | 19 | | |
| |||
0 commit comments