Skip to content

Commit

Permalink
Always run required CI check
Browse files Browse the repository at this point in the history
As was realized in other projects, this conditional skipping of the step
doesn't play well with required status checks, which don't run and
therefore block the merging of PRs.

Signed-off-by: Gus Monod <gmonod1@bloomberg.net>
  • Loading branch information
sarahmonod committed Oct 21, 2023
1 parent eb85f1f commit d91a5ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Wheels
on:
push:
pull_request:
paths-ignore:
- "CONTRIBUTING.md"
release:
types:
- published
Expand Down

0 comments on commit d91a5ac

Please sign in to comment.