Skip to content

Commit 092e682

Browse files
authored
chore: add workflow image version options to ISO build (#2958)
1 parent 3b6b125 commit 092e682

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/reusable-build-iso-anaconda.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ name: Build ISOs (Live Anaconda)
33

44
on:
55
workflow_dispatch:
6+
inputs:
7+
image_version:
8+
description: 'Which image version to build'
9+
type: choice
10+
required: true
11+
default: 'all'
12+
options:
13+
- lts
14+
- gts
15+
- stable
16+
- all
617
pull_request:
718
paths:
819
- ".github/workflows/reusable-build-iso-anaconda.yml"

0 commit comments

Comments
 (0)