diff --git a/.github/workflows/run_examples.yml b/.github/workflows/run_examples.yml index bf747e88..ae453c8d 100644 --- a/.github/workflows/run_examples.yml +++ b/.github/workflows/run_examples.yml @@ -5,9 +5,9 @@ on: branches: [ main ] pull_request: branches: [ main ] - schedule: - # Runs at 3:00 AM UTC every day - - cron: '0 3 * * *' + # schedule: + # # Runs at 3:00 AM UTC every day + # - cron: '0 3 * * *' jobs: run-examples: