8000 🔧 Fix typo in deploy job condition · pwwang/python-varname@ae8fb8f · GitHub
[go: up one dir, main page]

Skip to content

Commit ae8fb8f

Browse files
committed
🔧 Fix typo in deploy job condition
1 parent 26074d0 commit ae8fb8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
export CODACY_PROJECT_TOKEN=${{ secrets.CODACY_PROJECT_TOKEN }}
4848
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r .coverage.xml
49-
if: matrix.python-version == "3.10" && github.event_name != 'pull_request'
49+
if: matrix.python-version == '3.10' && github.event_name != 'pull_request'
5050

5151
deploy:
5252
needs: build

0 commit comments

Comments
 (0)
0