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