diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 1368564..66a83f9 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -6,12 +6,8 @@ on: branches: - main pull_request: - schedule: - - cron: "0 6,18 * * *" release: types: [released] - - jobs: test_repo: name: Test on ${{ matrix.os }} w/ Py${{ matrix.python-version }}