Skip to content

Commit

Permalink
Removed string eval as it appearently works
Browse files Browse the repository at this point in the history
  • Loading branch information
okkevaneck committed Aug 12, 2023
1 parent a06c2ef commit f988140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
path: dist/*.tar.gz

deploy:
if: github.ref == 'refs/heads/master' && inputs.allowDeploy == 'true'
if: github.ref == 'refs/heads/master' && inputs.allowDeploy == true
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f988140

Please sign in to comment.