diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-21 01:38:05 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-21 01:38:05 -0500 |
| commit | 9c2c2a152d931147ae18e037cdad39de3427f74a (patch) | |
| tree | 214104e2c454185a78612ff30fbf5081e614fecd /.github/workflows/pipeline_index.yml | |
| parent | 20f7f706597c456004dde77dcc1c830d578d2a18 (diff) | |
| download | ghasandbox-9c2c2a152d931147ae18e037cdad39de3427f74a.tar.gz | |
OK
Diffstat (limited to '.github/workflows/pipeline_index.yml')
| -rw-r--r-- | .github/workflows/pipeline_index.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/pipeline_index.yml b/.github/workflows/pipeline_index.yml index ccf36af..c0bc785 100644 --- a/.github/workflows/pipeline_index.yml +++ b/.github/workflows/pipeline_index.yml @@ -16,12 +16,12 @@ on: type: choice description: Mission name (e.g. hst) options: - - thing1 - - thing2 - - thing3 - - thing4 + - hst + - jwst + - roman + - generic required: true - default: "thing4" + default: "generic" build_name: type: string |
