From c504cb75da0c8927c513e7eef4d55e716dc21502 Mon Sep 17 00:00:00 2001 From: bojiang Date: Fri, 2 Aug 2024 20:42:07 +0800 Subject: [PATCH] fix: nightly --- .github/workflows/make_bentos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make_bentos.yml b/.github/workflows/make_bentos.yml index 4c008410..ea533874 100644 --- a/.github/workflows/make_bentos.yml +++ b/.github/workflows/make_bentos.yml @@ -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