diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6dce146..74cb4c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,12 +7,12 @@ on: branches: - 'main' - 'master' - # This will run tests for every pull request: - pull_request: - # Rerun tests at 10 AM every Monday - # to check if they still work with latest dependencies. - schedule: - - cron: '0 10 * * 1' + # # This will run tests for every pull request: + # pull_request: + # # Rerun tests at 10 AM every Monday + # # to check if they still work with latest dependencies. + # schedule: + # - cron: '0 10 * * 1' jobs: run-tests: