From 0d77dd0d95cbd842357d4dfa1d8665f8156305eb Mon Sep 17 00:00:00 2001 From: MarkAckert Date: Thu, 18 Jan 2024 14:39:03 -0500 Subject: [PATCH] chore: streamline testing Signed-off-by: MarkAckert --- .github/workflows/license-generation_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/license-generation_tests.yml b/.github/workflows/license-generation_tests.yml index a5ebae5..500b664 100644 --- a/.github/workflows/license-generation_tests.yml +++ b/.github/workflows/license-generation_tests.yml @@ -11,7 +11,7 @@ on: description: Version number of Zowe license bundle type: string required: true - default: '2.13.0' + default: '0.0.1' publish_release: description: Should the license bundle be published to libs-release-local type: boolean @@ -35,7 +35,7 @@ on: description: Creates empty zip files, bypassing license scans. For test purposes only. required: false type: choice - default: 'false' + default: 'true' options: - 'true' - 'false'