Skip to content

Commit

Permalink
Always use main branch when repo is cudf-pandas-integration (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller authored Nov 13, 2023
1 parent 8c71f41 commit 9428c0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/get-run-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
export BRANCH="${UCX_PY_BRANCH}"
fi
if [ "${JUST_REPO}" = "cudf-pandas-integration" ]; then
export BRANCH="main"
fi
SHA=$(gh api -q '.commit.sha' "repos/${REPO}/branches/${BRANCH}")
export SHA
Expand Down

0 comments on commit 9428c0e

Please sign in to comment.