From 523235c47f3957b08db426dd7c27384939f80ddc Mon Sep 17 00:00:00 2001 From: "Lee J. O'Riordan" Date: Fri, 13 Sep 2024 11:04:15 -0400 Subject: [PATCH] Make required item optional --- .github/workflows/interface-unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/interface-unit-tests.yml b/.github/workflows/interface-unit-tests.yml index c1990529a96..0dd8386d96d 100644 --- a/.github/workflows/interface-unit-tests.yml +++ b/.github/workflows/interface-unit-tests.yml @@ -49,7 +49,7 @@ on: default: false python_warning_level: description: Sets the default Python warning level as defined by https://docs.python.org/3/using/cmdline.html#envvar-PYTHONWARNINGS - required: true + required: false type: string default: 'default'