Skip to content

Commit

Permalink
[CI] Enable CI binary build for the vertical federated learning branc…
Browse files Browse the repository at this point in the history
…h. (#10417)

Co-authored-by: Philip Hyunsu Cho <[email protected]>
  • Loading branch information
trivialfis and hcho3 authored Jun 17, 2024
1 parent 6c83c8c commit 320e7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/buildkite/conftest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ else
fi
export BRANCH_NAME=${BRANCH_NAME//\//-}

if [[ $BRANCH_NAME == "master" || $BRANCH_NAME == "release_"* ]]
if [[ $BRANCH_NAME == "master" || $BRANCH_NAME == "release_"* || $BRANCH_NAME == "vertical-federated-learning" ]]
then
is_release_branch=1
enforce_daily_budget=0
Expand Down

0 comments on commit 320e7c2

Please sign in to comment.