From 9c2c2a152d931147ae18e037cdad39de3427f74a Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 21 Jan 2025 01:38:05 -0500 Subject: OK --- .github/workflows/pipeline_index.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.github/workflows/pipeline_index.yml') 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 -- cgit