Skip to content

Commit

Permalink
Depend only on build-asan and build-sdist to save time
Browse files Browse the repository at this point in the history
  • Loading branch information
phoerious committed Aug 7, 2024
1 parent 4a7bfd1 commit 3b0ef15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
build-coverage:
runs-on: ubuntu-latest
needs: [ build-wheels, build-asan, build-sdist ]
needs: [ build-asan, build-sdist ]
container:
image: ghcr.io/chatnoir-eu/resiliparse-manylinux_2_28_x86_64:latest
env:
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
publish-wheels:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
needs: [ build-wheels, build-wheels-aarch64, build-sdist, build-documentation ]
needs: [ build-wheels, build-wheels-aarch64, build-sdist, build-coverage, build-documentation ]
steps:
- name: Download Wheels
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 3b0ef15

Please sign in to comment.