Skip to content

Commit

Permalink
remove reqs for check trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
dleemiller committed Aug 3, 2024
1 parent 6c5ec6b commit bad6822
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
build_wheels:
name: Build wheel for cp${{ matrix.python }}-${{ matrix.platform_id }}-${{ matrix.manylinux_image }}
runs-on: ${{ matrix.os }}
needs: check_build_trigger
if: needs.check_build_trigger.outputs.build

strategy:
# Ensure that a wheel builder finishes even if another fails
Expand Down

0 comments on commit bad6822

Please sign in to comment.