From cd8432224b3f97c7f8065c4ff561b2cf66406a0a Mon Sep 17 00:00:00 2001 From: greg pereira Date: Mon, 29 Apr 2024 10:56:52 -0700 Subject: [PATCH] adding the schedule run back in Signed-off-by: greg pereira --- .github/workflows/instructlab_baseimages_build_push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/instructlab_baseimages_build_push.yaml b/.github/workflows/instructlab_baseimages_build_push.yaml index 7592294c..4ea7d979 100644 --- a/.github/workflows/instructlab_baseimages_build_push.yaml +++ b/.github/workflows/instructlab_baseimages_build_push.yaml @@ -1,8 +1,8 @@ name: Update quay.io/ai-lab instructlab base images on: - # schedule: # schedule the job to run at 12 AM daily - # - cron: '0 0 * * *' + schedule: # schedule the job to run at 12 AM daily + - cron: '0 0 * * *' pull_request: branches: