Skip to content

Commit 737bcba

Browse files
committed
Update step condition.
1 parent b6b4093 commit 737bcba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Check workflow run conclusion.
17-
if: ${{github.event.workflow_run.conclusion == 'failure'}}
17+
if: github.event.workflow_run.conclusion != 'success'
1818
run: exit 1
1919

2020
- name: Checkout code.

0 commit comments

Comments
 (0)