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 9093e47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 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
3 changes: 0 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ on:
pull_request:
branches:
- main
paths-ignore:
- "docs/**"
- "CONTRIBUTING.md"
release:
types:
- published
Expand Down

0 comments on commit 9093e47

Please sign in to comment.