Skip to content

Commit

Permalink
Quick Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ernest-kr committed Jun 4, 2021
1 parent ed8c3b8 commit 0553edc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -1278,11 +1278,11 @@ ${{ hashFiles('.pre-commit-config.yaml') }}"
timeout-minutes: 10
name: "Publish wheels"
runs-on: ubuntu-latest
needs:
- tests-sqlite
- tests-postgres
- tests-mysql
- docs
# needs:
# - tests-sqlite
# - tests-postgres
# - tests-mysql
# - docs
if: |
(startsWith(github.ref, 'refs/tags/v2.1.1+astro') || github.ref == 'refs/heads/v2-1-1') &&
github.event_name != 'pull_request'
Expand Down

0 comments on commit 0553edc

Please sign in to comment.