diff --git a/.github/workflows/general.yaml b/.github/workflows/general.yaml index 5be7e56..d3e1f1b 100644 --- a/.github/workflows/general.yaml +++ b/.github/workflows/general.yaml @@ -9,18 +9,17 @@ on: pull_request: branches: - main - schedule: - - cron: "0 3 * * *" + # schedule: + # - cron: "0 3 * * *" jobs: - # Test (Linux) test-linux: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9, '3.10'] + python-version: [3.8, 3.9, "3.10"] steps: - name: Checkout repository uses: actions/checkout@v2 @@ -89,7 +88,7 @@ jobs: with: branch: site create_branch: true - push_options: '--force' + push_options: "--force" # Release