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 9026b01 commit d9425cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/authorized_users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: $?"

0 comments on commit d9425cb

Please sign in to comment.