Skip to content

Commit

Permalink
Use single quotes for string
Browse files Browse the repository at this point in the history
  • Loading branch information
nocarryr committed Mar 31, 2021
1 parent abf3c4b commit ca0dda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

deploy:
needs: test
if: ${{ success() && github.event_name == "release" }}
if: ${{ success() && github.event_name == 'release' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ca0dda8

Please sign in to comment.