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

0 comments on commit bcb5fb2

Please sign in to comment.