From 9026b0192584d43aeef5bf12231347dce6e253ae Mon Sep 17 00:00:00 2001 From: npetrill Date: Tue, 14 Jan 2025 13:24:40 -0500 Subject: [PATCH] make testType not required --- .github/workflows/authorized_users.yml | 5 +---- .github/workflows/test_illumina_genotyping_array.yml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/authorized_users.yml b/.github/workflows/authorized_users.yml index 632adfb16f..273fe02030 100644 --- a/.github/workflows/authorized_users.yml +++ b/.github/workflows/authorized_users.yml @@ -49,9 +49,6 @@ jobs: https://api.github.com/repos/${{ github.repository }}/actions/workflows/test_illumina_genotyping_array.yml/dispatches \ -d '{ "ref": "np_jw_test_illumina_genotyping_arrays", - "inputs": { - "testType": "Plumbing" - } }' #echo repsonse - echo "Response: $response" + echo "Response: $?" diff --git a/.github/workflows/test_illumina_genotyping_array.yml b/.github/workflows/test_illumina_genotyping_array.yml index a92de0d8a8..0f31e815f6 100644 --- a/.github/workflows/test_illumina_genotyping_array.yml +++ b/.github/workflows/test_illumina_genotyping_array.yml @@ -32,7 +32,7 @@ on: default: "false" testType: description: 'Specify the type of test (Plumbing or Scientific)' - required: true + required: false truthBranch: description: 'Specify the branch for truth files (default: master)' required: false