diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 6495617..e374e95 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -8,7 +8,7 @@ on: - '*' schedule: # Runs at 6:10am UTC on Monday - - cron: '1/10 * * * *' + - cron: '10 6 * * 1' pull_request: jobs: @@ -69,12 +69,6 @@ jobs: env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_NOTIFYBOT_WEBHOOK_URL }} # required - - name: Echo variables - if: always() - run: | - echo "${{ toJson(github) }}" - echo "${{ github.event_name }}" - build_sdist_wheels: name: Build source distribution