From ba83bc873d9c497e6d6e137e70e8fd3c59dd5c07 Mon Sep 17 00:00:00 2001 From: Pete Berryman <70476220+peteb206@users.noreply.github.com> Date: Wed, 5 Jun 2024 08:32:43 -0400 Subject: [PATCH] Drop unit tests part 3 --- .github/workflows/unit-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 7aa3fc5..c0f2310 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -1,7 +1,7 @@ name: unit-tests on: - schedule: - - cron: '0 15 * * 0,4' # https://crontab.guru + # schedule: + # - cron: '0 15 * * 0,4' # https://crontab.guru pull_request: workflow_dispatch: jobs: @@ -23,4 +23,4 @@ jobs: env: GOOGLE_CLOUD_API_KEY: ${{ secrets.GOOGLE_CLOUD_API_KEY }} run: | - python unit_tests.py \ No newline at end of file + python unit_tests.py