Skip to content

Commit

Permalink
make testType not required
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Jan 14, 2025
1 parent 5750521 commit 9026b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/authorized_users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: $?"
2 changes: 1 addition & 1 deletion .github/workflows/test_illumina_genotyping_array.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9026b01

Please sign in to comment.