Skip to content

Commit

Permalink
Default working dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Aug 24, 2023
1 parent cf69072 commit dffe189
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
# only run on push to main and on release
# needs: [lock_exists]
# if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Full Build')
working-directory: ./bindings/python
defaults:
run:
working-directory: ./bindings/python
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit dffe189

Please sign in to comment.