Skip to content

Commit

Permalink
cicd: Fix calculating opencga branch in pull request approve workflow…
Browse files Browse the repository at this point in the history
… #TASK-6981
  • Loading branch information
juanfeSanahuja committed Oct 2, 2024
1 parent 5a69754 commit 0840f50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-xetabase-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
if [[ "${{ inputs.task }}" == TASK* ]]; then
if [ "$(git ls-remote "https://github.com/opencb/opencga.git" "${{ inputs.task }}")" ]; then
opencga_branch="${{ inputs.task }}";
return 0;
fi
else
chmod +x ./opencga-enterprise/.github/workflows/scripts/get-opencga-xetabase-branch.sh
Expand Down

0 comments on commit 0840f50

Please sign in to comment.