Skip to content

Commit

Permalink
remove chron schedulign for the e2e workflow as its not ready
Browse files Browse the repository at this point in the history
Signed-off-by: greg pereira <[email protected]>
  • Loading branch information
Gregory-Pereira committed May 2, 2024
1 parent ef96d97 commit 3dd2091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/training-e2e.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 3dd2091

Please sign in to comment.