From 3dd2091a5540def7e5db6ddc5a220643da897b9d Mon Sep 17 00:00:00 2001 From: greg pereira Date: Thu, 2 May 2024 11:59:08 -0700 Subject: [PATCH] remove chron schedulign for the e2e workflow as its not ready Signed-off-by: greg pereira --- .github/workflows/training-e2e.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/training-e2e.yaml b/.github/workflows/training-e2e.yaml index 2a67c653..a9dd25d4 100644 --- a/.github/workflows/training-e2e.yaml +++ b/.github/workflows/training-e2e.yaml @@ -1,8 +1,8 @@ name: traning E2E on: - schedule: # schedule the job to run every day at midnight - - cron: '0 * * * *' + # schedule: # schedule the job to run every day at midnight + # - cron: '0 * * * *' # For testing purposes, will remove pull_request: