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 bcb5fb2 commit 6afef86
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test_illumina_genotyping_array.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,10 @@ jobs:
# For workflow_dispatch, default based on target branch
if [ "${{ github.ref }}" == "refs/heads/master" ]; then
echo "testType=Scientific" >> $GITHUB_ENV
echo ${{ github.ref }}
echo "testType=Scientific as the branch is master"
echo "testType is set to Scientific as the branch is ${{ github.ref }} "
else
echo "testType=Plumbing" >> $GITHUB_ENV
echo ${{ github.ref }}
echo "testType=Plumbing as the branch is not master"
echo "testType is set to Plumbing as the branch is ${{ github.ref }}"
fi
fi
Expand Down

0 comments on commit 6afef86

Please sign in to comment.