From d9425cbb4adf36e828b40eb093becd0d4b684693 Mon Sep 17 00:00:00 2001 From: npetrill Date: Tue, 14 Jan 2025 13:27:07 -0500 Subject: [PATCH] make testType not required --- .github/workflows/authorized_users.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/authorized_users.yml b/.github/workflows/authorized_users.yml index 273fe02030..ddc975ff4e 100644 --- a/.github/workflows/authorized_users.yml +++ b/.github/workflows/authorized_users.yml @@ -48,7 +48,7 @@ jobs: -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \ https://api.github.com/repos/${{ github.repository }}/actions/workflows/test_illumina_genotyping_array.yml/dispatches \ -d '{ - "ref": "np_jw_test_illumina_genotyping_arrays", + "ref": "np_jw_test_illumina_genotyping_arrays" }' #echo repsonse echo "Response: $?"