Skip to content

Commit

Permalink
Quick Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ernest-kr authored and kaxil committed Aug 17, 2021
1 parent 9ae12b3 commit ba72486
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1193,11 +1193,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.3+astro') || github.ref == 'refs/heads/v2-1-3') &&
github.event_name != 'pull_request'
Expand Down

0 comments on commit ba72486

Please sign in to comment.