From ebcc63e6b0942f253a69d109489545a14ea6c0cf Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Wed, 20 Mar 2024 08:16:10 -0600 Subject: [PATCH] remove schedule for testing run examples --- .github/workflows/run_examples.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: