Skip to content

Commit

Permalink
Github actions update - tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhjp01 committed Jul 18, 2023
1 parent ee07084 commit fc0400d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ jobs:
run: ctest -C ${{ matrix.build_type }} --output-on-failure

wheels:
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
needs: [mac-os, linux, windows]
# if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
# needs: [mac-os, linux, windows]
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit fc0400d

Please sign in to comment.