Skip to content

Commit

Permalink
fix: nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
bojiang committed Aug 2, 2024
1 parent 324e639 commit c504cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make_bentos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if [[ -n $(git status -s) ]]; then
git add bentoml/bentos/*
git commit -m "chore: make bentos"
git push
git push origin nightly
else
echo "No changes to commit"
fi
Expand Down

0 comments on commit c504cb7

Please sign in to comment.