Skip to content

Commit

Permalink
adding choices to manual build input
Browse files Browse the repository at this point in the history
  • Loading branch information
Castronova authored Mar 18, 2024
1 parent d6d6a24 commit a9f56be
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/workflows/manual-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,27 @@ on:
code-branch:
description: 'Code branch to build from'
required: true
default: master
default: develop
image:
type: choice
description: 'Image Name'
required: true
default: 'base'

options:
- base
- base-py37
- base-centos7
- scientific
- r
- r-hydrogeology
- whw
- geophysics
- parflow
- summa
- wrfhydro
- csdms
- modflow
- physical-hydrology

jobs:
build-image:
Expand Down

0 comments on commit a9f56be

Please sign in to comment.